Html Css Color HEX #DCF80C Chartreuse Yellow

📋 copy color: '#DCF80C'

red 220 ◦ green 248 ◦ blue 12

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

Shades of Chartreuse Yellow #DCF80C

Tints of Chartreuse Yellow #DCF80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.5%

R = 45.83%
G = 51.67%
B = 2.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DCF80C (or 0xDCF80C) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 0C. RGB value is (220,248,12). Sum of RGB (Red+Green+Blue) = 220+248+12=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF80C is #2307F3. Grayscale: #D5D5D5. Windows color (decimal): -2295796 or 850140. OLE color: 850140.

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

Color convert

RGB 220 248 12 -
CMYK 0.11 0 0.95 0.03
HSL 67.12º 0.94% 0.51% -
HSV(B) 67.12º 0.95% 0.97% -
XYZ 63.15 82.38 12.92 -
YUV 212.72 14.72 133.19 -
System Red Green Blue C M Y K H S L
Decimal 220 248 12 0.11 0 0.95 0.03 67.12 0.94 0.51
Hex DC F8 C B 0 5F 3 43 5E 33
Octal 334 370 14 13 0 137 3 103 136 63
Binary 11011100 11111000 1100 1011 0 1011111 11 1000011 1011110 110011

Color Harmonies of #DCF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF80C

Black with #DCF80C

Text Example


Text Example

White with #DCF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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