#DCFF14

Color #DCFF14 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DCFF14

Tints of Chartreuse Yellow #DCFF14

Color information

#DCFF14 (or 0xDCFF14) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, FF and 14. RGB value is (220,255,20). Sum of RGB (Red+Green+Blue) = 220+255+20=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF14 is #2300EB. Grayscale: #DADADA. Windows color (decimal): -2293996 or 1376220. OLE color: 1376220.

HSL color Cylindrical-coordinate representation of color #DCFF14: hue angle of 68.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFF14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB22025520-
CMYK0.1400.920
HSL68.94º100%53.92%-
HSV(B)68.94º92.16%100%-
XYZ65.486.7913.97-
YUV217.7416.4129.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 255 (100% from 255) = 51.52%
BLUE value IS 20 (8.20% from 255) = 4.04%
R=44.44%
G=51.52%
B=4.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220255200.1400.92068.9410053.92
HexDCFF14E05C0456436
Octal33437724160134010514466
Binary110111001111111110100111001011100010001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF14; }

 p { color: rgb(220,255,20); }

 H1.HeaderClassName
 {
   color: #DCFF14;
 }
 .AnyTagClassName
 {
   color: #DCFF14;
 }
</style>
background-color css

<style>
 a { background-color: #DCFF14; }

 a { background-color: rgb(220,255,20); }

 div.DivClassName
 {
   background-color: #DCFF14;
 }
 .BgClassName
 {
   background-color: #DCFF14;
 }
</style>
border-color css

<style>
 span { border-color: #DCFF14; }

 span { border-color: rgb(220,255,20); }

 td.TdClassName
 {
   border-color: #DCFF14;
 }
 .TagClassName
 {
   border-color: #DCFF14;
 }
</style>