#DCF516

Color #DCF516 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DCF516

Tints of Chartreuse Yellow #DCF516

Color information

#DCF516 (or 0xDCF516) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, F5 and 16. RGB value is (220,245,22). Sum of RGB (Red+Green+Blue) = 220+245+22=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF516 is #230AE9. Grayscale: #D4D4D4. Windows color (decimal): -2296554 or 1504732. OLE color: 1504732.

HSL color Cylindrical-coordinate representation of color #DCF516: hue angle of 66.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF516 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB22024522-
CMYK0.1000.910.04
HSL66.73º91.77%52.35%-
HSV(B)66.73º91.02%96.08%-
XYZ62.3180.5813.03-
YUV212.120.72133.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 22 (8.98% from 255) = 4.52%
R=45.17%
G=50.31%
B=4.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220245220.1000.910.0466.7391.7752.35
HexDCF516A05B4435c34
Octal33436526120133410313464
Binary11011100111101011011010100101101110010000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF516; }

 p { color: rgb(220,245,22); }

 H1.HeaderClassName
 {
   color: #DCF516;
 }
 .AnyTagClassName
 {
   color: #DCF516;
 }
</style>
background-color css

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

 a { background-color: rgb(220,245,22); }

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

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

 span { border-color: rgb(220,245,22); }

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