Html Css Color HEX #DCEE14 Chartreuse Yellow

📋 copy color: '#DCEE14'

red 220 ◦ green 238 ◦ blue 20

#DCEE14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DCEE14

Tints of Chartreuse Yellow #DCEE14

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 238 (93.36% from 255) = 49.79%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 46.03%
G = 49.79%
B = 4.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#DCEE14 (or 0xDCEE14) is known color: Chartreuse Yellow. HEX triplet: DC, EE and 14. RGB value is (220,238,20). Sum of RGB (Red+Green+Blue) = 220+238+20=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEE14 is #2311EB. Grayscale: #D0D0D0. Windows color (decimal): -2298348 or 1371868. OLE color: 1371868.

HSL color Cylindrical-coordinate representation of color #DCEE14: hue angle of 64.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCEE14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 20 -
CMYK 0.08 0 0.92 0.07
HSL 64.95º 0.87% 0.51% -
HSV(B) 64.95º 0.92% 0.93% -
XYZ 60.22 76.42 12.24 -
YUV 207.77 22.04 136.73 -
System Red Green Blue C M Y K H S L
Decimal 220 238 20 0.08 0 0.92 0.07 64.95 0.87 0.51
Hex DC EE 14 8 0 5C 7 41 57 33
Octal 334 356 24 10 0 134 7 101 127 63
Binary 11011100 11101110 10100 1000 0 1011100 111 1000001 1010111 110011

Color Harmonies of #DCEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE14

Black with #DCEE14

Text Example


Text Example

White with #DCEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE14; }

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

 H1.HeaderClassName
 {
   color: #DCEE14;
 }
 .AnyTagClassName
 {
   color: #DCEE14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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