#DCF914

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

Shades of Chartreuse Yellow #DCF914

Tints of Chartreuse Yellow #DCF914

Color information

#DCF914 (or 0xDCF914) is unknown color: approx Chartreuse Yellow. HEX triplet: DC, F9 and 14. RGB value is (220,249,20). Sum of RGB (Red+Green+Blue) = 220+249+20=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF914 is #2306EB. Grayscale: #D7D7D7. Windows color (decimal): -2295532 or 1374684. OLE color: 1374684.

HSL color Cylindrical-coordinate representation of color #DCF914: hue angle of 67.6º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF914 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB22024920-
CMYK0.1200.920.02
HSL67.6º95.02%52.75%-
HSV(B)67.6º91.97%97.65%-
XYZ63.5283.0213.34-
YUV214.2218.39132.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 249 (97.66% from 255) = 50.92%
BLUE value IS 20 (8.20% from 255) = 4.09%
R=44.99%
G=50.92%
B=4.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220249200.1200.920.0267.695.0252.75
HexDCF914C05C2445f35
Octal33437124140134210413765
Binary1101110011111001101001100010111001010001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF914; }

 p { color: rgb(220,249,20); }

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

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

 a { background-color: rgb(220,249,20); }

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

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

 span { border-color: rgb(220,249,20); }

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