Html Css Color HEX #DCF70E Chartreuse Yellow

📋 copy color: '#DCF70E'

red 220 ◦ green 247 ◦ blue 14

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

Shades of Chartreuse Yellow #DCF70E

Tints of Chartreuse Yellow #DCF70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.35%

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

R = 45.74%
G = 51.35%
B = 2.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#DCF70E (or 0xDCF70E) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0E. RGB value is (220,247,14). Sum of RGB (Red+Green+Blue) = 220+247+14=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70E is #2308F1. Grayscale: #D5D5D5. Windows color (decimal): -2296050 or 980956. OLE color: 980956.

HSL color Cylindrical-coordinate representation of color #DCF70E: hue angle of 66.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF70E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 14 -
CMYK 0.11 0 0.94 0.03
HSL 66.95º 0.94% 0.51% -
HSV(B) 66.95º 0.94% 0.97% -
XYZ 62.86 81.77 12.89 -
YUV 212.37 16.05 133.45 -
System Red Green Blue C M Y K H S L
Decimal 220 247 14 0.11 0 0.94 0.03 66.95 0.94 0.51
Hex DC F7 E B 0 5E 3 43 5E 33
Octal 334 367 16 13 0 136 3 103 136 63
Binary 11011100 11110111 1110 1011 0 1011110 11 1000011 1011110 110011

Color Harmonies of #DCF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF70E

Black with #DCF70E

Text Example


Text Example

White with #DCF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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