#DEFF00

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

Shades of Chartreuse Yellow #DEFF00

Tints of Chartreuse Yellow #DEFF00

Color information

#DEFF00 (or 0xDEFF00) is unknown color: approx Chartreuse Yellow. HEX triplet: DE, FF and 00. RGB value is (222,255,0). Sum of RGB (Red+Green+Blue) = 222+255+0=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF00 is #2100FF. Grayscale: #D9D9D9. Windows color (decimal): -2162944 or 65502. OLE color: 65502.

HSL color Cylindrical-coordinate representation of color #DEFF00: hue angle of 67.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEFF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2222550-
CMYK0.13010
HSL67.76º100%50%-
HSV(B)67.76º100%100%-
XYZ65.8887.0513.33-
YUV216.066.07132.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 255 (100% from 255) = 53.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.54%
G=53.46%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal22225500.1301067.7610050
HexDEFF0D0640446432
Octal3363770150144010414462
Binary11011110111111110110101100100010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF00; }

 p { color: rgb(222,255,0); }

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

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

 a { background-color: rgb(222,255,0); }

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

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

 span { border-color: rgb(222,255,0); }

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