#DCF216

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

Shades of Chartreuse Yellow #DCF216

Tints of Chartreuse Yellow #DCF216

Color information

#DCF216 (or 0xDCF216) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, F2 and 16. RGB value is (220,242,22). Sum of RGB (Red+Green+Blue) = 220+242+22=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF216 is #230DE9. Grayscale: #D3D3D3. Windows color (decimal): -2297322 or 1503964. OLE color: 1503964.

HSL color Cylindrical-coordinate representation of color #DCF216: hue angle of 66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF216 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB22024222-
CMYK0.0900.910.05
HSL66º89.43%51.76%-
HSV(B)66º90.91%94.9%-
XYZ61.4178.7812.73-
YUV210.3421.71134.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 4.55%
R=45.45%
G=50%
B=4.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220242220.0900.910.056689.4351.76
HexDCF216905B5425934
Octal33436226110133510213164
Binary11011100111100101011010010101101110110000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF216; }

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

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

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

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

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

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

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

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