Html Css Color HEX #DCF70F Chartreuse Yellow

📋 copy color: '#DCF70F'

red 220 ◦ green 247 ◦ blue 15

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

Shades of Chartreuse Yellow #DCF70F

Tints of Chartreuse Yellow #DCF70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 45.64%
G = 51.24%
B = 3.11%

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

#DCF70F (or 0xDCF70F) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0F. RGB value is (220,247,15). Sum of RGB (Red+Green+Blue) = 220+247+15=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70F is #2308F0. Grayscale: #D5D5D5. Windows color (decimal): -2296049 or 1046492. OLE color: 1046492.

HSL color Cylindrical-coordinate representation of color #DCF70F: hue angle of 66.98º 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 #DCF70F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 15 -
CMYK 0.11 0 0.94 0.03
HSL 66.98º 0.94% 0.51% -
HSV(B) 66.98º 0.94% 0.97% -
XYZ 62.86 81.77 12.92 -
YUV 212.48 16.55 133.36 -
System Red Green Blue C M Y K H S L
Decimal 220 247 15 0.11 0 0.94 0.03 66.98 0.94 0.51
Hex DC F7 F B 0 5E 3 43 5E 33
Octal 334 367 17 13 0 136 3 103 136 63
Binary 11011100 11110111 1111 1011 0 1011110 11 1000011 1011110 110011

Color Harmonies of #DCF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF70F

Black with #DCF70F

Text Example


Text Example

White with #DCF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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