#DCF415

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

Shades of Chartreuse Yellow #DCF415

Tints of Chartreuse Yellow #DCF415

Color information

#DCF415 (or 0xDCF415) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, F4 and 15. RGB value is (220,244,21). Sum of RGB (Red+Green+Blue) = 220+244+21=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF415 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF415 is #230BEA. Grayscale: #D4D4D4. Windows color (decimal): -2296811 or 1438940. OLE color: 1438940.

HSL color Cylindrical-coordinate representation of color #DCF415: hue angle of 66.46º degrees, saturation: 0.91, 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 #DCF415 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB22024421-
CMYK0.1000.910.04
HSL66.46º91.02%51.96%-
HSV(B)66.46º91.39%95.69%-
XYZ6279.9712.88-
YUV211.420.55134.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 244 (95.70% from 255) = 50.31%
BLUE value IS 21 (8.59% from 255) = 4.33%
R=45.36%
G=50.31%
B=4.33%

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
Decimal220244210.1000.910.0466.4691.0251.96
HexDCF415A05B4425b34
Octal33436425120133410213364
Binary11011100111101001010110100101101110010000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF415; }

 p { color: rgb(220,244,21); }

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

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

 a { background-color: rgb(220,244,21); }

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

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

 span { border-color: rgb(220,244,21); }

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