#DDEE00

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

Shades of Chartreuse Yellow #DDEE00

Tints of Chartreuse Yellow #DDEE00

Color information

#DDEE00 (or 0xDDEE00) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, EE and 00. RGB value is (221,238,0). Sum of RGB (Red+Green+Blue) = 221+238+0=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEE00 is #2211FF. Grayscale: #CECECE. Windows color (decimal): -2232832 or 61149. OLE color: 61149.

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

Color convert

RGB2212380-
CMYK0.07010.07
HSL64.29º100%46.67%-
HSV(B)64.29º100%93.33%-
XYZ60.3976.5211.59-
YUV205.7811.87138.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 238 (93.36% from 255) = 51.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.15%
G=51.85%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22123800.07010.0764.2910046.67
HexDDEE07064740642f
Octal335356070144710014457
Binary110111011110111001110110010011110000001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE00; }

 p { color: rgb(221,238,0); }

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

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

 a { background-color: rgb(221,238,0); }

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

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

 span { border-color: rgb(221,238,0); }

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