#DEFC0F

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

Shades of Chartreuse Yellow #DEFC0F

Tints of Chartreuse Yellow #DEFC0F

Color information

#DEFC0F (or 0xDEFC0F) is unknown color: approx Chartreuse Yellow. HEX triplet: DE, FC and 0F. RGB value is (222,252,15). Sum of RGB (Red+Green+Blue) = 222+252+15=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 15 (6.25% from 255 or 3.07% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFC0F is #2103F0. Grayscale: #D8D8D8. Windows color (decimal): -2163697 or 1047774. OLE color: 1047774.

HSL color Cylindrical-coordinate representation of color #DEFC0F: hue angle of 67.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEFC0F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB22225215-
CMYK0.1200.940.01
HSL67.59º97.53%52.35%-
HSV(B)67.59º94.05%98.82%-
XYZ65.0285.1813.47-
YUV216.0114.56132.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 15 (6.25% from 255) = 3.07%
R=45.40%
G=51.53%
B=3.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal222252150.1200.940.0167.5997.5352.35
HexDEFCFC05E1446234
Octal33637417140136110414264
Binary11011110111111001111110001011110110001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFC0F; }

 p { color: rgb(222,252,15); }

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

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

 a { background-color: rgb(222,252,15); }

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

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

 span { border-color: rgb(222,252,15); }

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