#DDFA05

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

Shades of Chartreuse Yellow #DDFA05

Tints of Chartreuse Yellow #DDFA05

Color information

#DDFA05 (or 0xDDFA05) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FA and 05. RGB value is (221,250,5). Sum of RGB (Red+Green+Blue) = 221+250+5=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 5 (2.34% from 255 or 1.05% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFA05 is #2205FA. Grayscale: #D6D6D6. Windows color (decimal): -2229755 or 391901. OLE color: 391901.

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

Color convert

RGB2212505-
CMYK0.1200.980.02
HSL67.1º96.08%50%-
HSV(B)67.1º98%98.04%-
XYZ64.0383.7512.93-
YUV213.410.39133.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 250 (98.05% from 255) = 52.52%
BLUE value IS 5 (2.34% from 255) = 1.05%
R=46.43%
G=52.52%
B=1.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22125050.1200.980.0267.196.0850
HexDDFA5C0622436032
Octal3353725140142210314062
Binary11011101111110101011100011000101010000111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA05; }

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

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

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

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

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

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

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

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