Html Css Color HEX #DCF80A Chartreuse Yellow

📋 copy color: '#DCF80A'

red 220 ◦ green 248 ◦ blue 10

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

Shades of Chartreuse Yellow #DCF80A

Tints of Chartreuse Yellow #DCF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.88%

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

R = 46.03%
G = 51.88%
B = 2.09%

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

#DCF80A (or 0xDCF80A) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 0A. RGB value is (220,248,10). Sum of RGB (Red+Green+Blue) = 220+248+10=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF80A is #2307F5. Grayscale: #D5D5D5. Windows color (decimal): -2295798 or 719068. OLE color: 719068.

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

Color convert

RGB 220 248 10 -
CMYK 0.11 0 0.96 0.03
HSL 67.06º 0.94% 0.51% -
HSV(B) 67.06º 0.96% 0.97% -
XYZ 63.14 82.37 12.86 -
YUV 212.5 13.72 133.35 -
System Red Green Blue C M Y K H S L
Decimal 220 248 10 0.11 0 0.96 0.03 67.06 0.94 0.51
Hex DC F8 A B 0 60 3 43 5E 33
Octal 334 370 12 13 0 140 3 103 136 63
Binary 11011100 11111000 1010 1011 0 1100000 11 1000011 1011110 110011

Color Harmonies of #DCF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF80A

Black with #DCF80A

Text Example


Text Example

White with #DCF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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