Html Css Color HEX #DCF70A Chartreuse Yellow

📋 copy color: '#DCF70A'

red 220 ◦ green 247 ◦ blue 10

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

Shades of Chartreuse Yellow #DCF70A

Tints of Chartreuse Yellow #DCF70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 46.12%
G = 51.78%
B = 2.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#DCF70A (or 0xDCF70A) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0A. RGB value is (220,247,10). Sum of RGB (Red+Green+Blue) = 220+247+10=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70A is #2308F5. Grayscale: #D4D4D4. Windows color (decimal): -2296054 or 718812. OLE color: 718812.

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

Color convert

RGB 220 247 10 -
CMYK 0.11 0 0.96 0.03
HSL 66.84º 0.94% 0.5% -
HSV(B) 66.84º 0.96% 0.97% -
XYZ 62.83 81.76 12.76 -
YUV 211.91 14.05 133.77 -
System Red Green Blue C M Y K H S L
Decimal 220 247 10 0.11 0 0.96 0.03 66.84 0.94 0.5
Hex DC F7 A B 0 60 3 43 5E 32
Octal 334 367 12 13 0 140 3 103 136 62
Binary 11011100 11110111 1010 1011 0 1100000 11 1000011 1011110 110010

Color Harmonies of #DCF70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF70A

Black with #DCF70A

Text Example


Text Example

White with #DCF70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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