#DDFA00

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

Shades of Chartreuse Yellow #DDFA00

Tints of Chartreuse Yellow #DDFA00

Color information

#DDFA00 (or 0xDDFA00) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FA and 00. RGB value is (221,250,0). Sum of RGB (Red+Green+Blue) = 221+250+0=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFA00 is #2205FF. Grayscale: #D5D5D5. Windows color (decimal): -2229760 or 64221. OLE color: 64221.

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

Color convert

RGB2212500-
CMYK0.12010.02
HSL66.96º100%49.02%-
HSV(B)66.96º100%98.04%-
XYZ6483.7412.79-
YUV212.837.89133.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 250 (98.05% from 255) = 53.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.92%
G=53.08%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22125000.12010.0266.9610049.02
HexDDFA0C0642436431
Octal3353720140144210314461
Binary110111011111101001100011001001010000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA00; }

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

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

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

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

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

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

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

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