Html Css Color HEX #DCFF0E Chartreuse Yellow

📋 copy color: '#DCFF0E'

red 220 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse Yellow #DCFF0E

Tints of Chartreuse Yellow #DCFF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 52.15%

 BLUE value IS 14 (5.86% from 255) = 2.86%

R = 44.99%
G = 52.15%
B = 2.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#DCFF0E (or 0xDCFF0E) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 0E. RGB value is (220,255,14). Sum of RGB (Red+Green+Blue) = 220+255+14=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 14 (5.86% from 255 or 2.86% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF0E is #2300F1. Grayscale: #D9D9D9. Windows color (decimal): -2294002 or 983004. OLE color: 983004.

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

Color convert

RGB 220 255 14 -
CMYK 0.14 0 0.95 0
HSL 68.71º 1% 0.53% -
HSV(B) 68.71º 0.95% 1% -
XYZ 65.35 86.77 13.72 -
YUV 217.06 13.4 130.1 -
System Red Green Blue C M Y K H S L
Decimal 220 255 14 0.14 0 0.95 0 68.71 1 0.53
Hex DC FF E E 0 5F 0 45 64 35
Octal 334 377 16 16 0 137 0 105 144 65
Binary 11011100 11111111 1110 1110 0 1011111 0 1000101 1100100 110101

Color Harmonies of #DCFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF0E

Black with #DCFF0E

Text Example


Text Example

White with #DCFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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