Html Css Color HEX #DCFC0A Chartreuse Yellow

📋 copy color: '#DCFC0A'

red 220 ◦ green 252 ◦ blue 10

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

Shades of Chartreuse Yellow #DCFC0A

Tints of Chartreuse Yellow #DCFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.28%

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

R = 45.64%
G = 52.28%
B = 2.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#DCFC0A (or 0xDCFC0A) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 0A. RGB value is (220,252,10). Sum of RGB (Red+Green+Blue) = 220+252+10=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC0A is #2303F5. Grayscale: #D7D7D7. Windows color (decimal): -2294774 or 720092. OLE color: 720092.

HSL color Cylindrical-coordinate representation of color #DCFC0A: hue angle of 67.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCFC0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 10 -
CMYK 0.13 0 0.96 0.01
HSL 67.93º 0.98% 0.51% -
HSV(B) 67.93º 0.96% 0.99% -
XYZ 64.38 84.86 13.27 -
YUV 214.84 12.4 131.68 -
System Red Green Blue C M Y K H S L
Decimal 220 252 10 0.13 0 0.96 0.01 67.93 0.98 0.51
Hex DC FC A D 0 60 1 44 62 33
Octal 334 374 12 15 0 140 1 104 142 63
Binary 11011100 11111100 1010 1101 0 1100000 1 1000100 1100010 110011

Color Harmonies of #DCFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC0A

Black with #DCFC0A

Text Example


Text Example

White with #DCFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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