#DDFF00

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

Shades of Chartreuse Yellow #DDFF00

Tints of Chartreuse Yellow #DDFF00

Color information

#DDFF00 (or 0xDDFF00) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FF and 00. RGB value is (221,255,0). Sum of RGB (Red+Green+Blue) = 221+255+0=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF00 is #2200FF. Grayscale: #D8D8D8. Windows color (decimal): -2228480 or 65501. OLE color: 65501.

HSL color Cylindrical-coordinate representation of color #DDFF00: hue angle of 68º 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 #DDFF00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2212550-
CMYK0.13010
HSL68º100%50%-
HSV(B)68º100%100%-
XYZ65.5886.8913.32-
YUV215.766.24131.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 255 (100% from 255) = 53.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.43%
G=53.57%
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
Decimal22125500.130106810050
HexDDFF0D0640446432
Octal3353770150144010414462
Binary11011101111111110110101100100010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF00; }

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

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

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

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

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

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

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

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