#DDFD0B

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

Shades of Chartreuse Yellow #DDFD0B

Tints of Chartreuse Yellow #DDFD0B

Color information

#DDFD0B (or 0xDDFD0B) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FD and 0B. RGB value is (221,253,11). Sum of RGB (Red+Green+Blue) = 221+253+11=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0B is #2202F4. Grayscale: #D8D8D8. Windows color (decimal): -2228981 or 785885. OLE color: 785885.

HSL color Cylindrical-coordinate representation of color #DDFD0B: hue angle of 67.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDFD0B is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB22125311-
CMYK0.1300.960.01
HSL67.93º98.37%51.76%-
HSV(B)67.93º95.65%99.22%-
XYZ6585.6513.42-
YUV215.8412.4131.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 11 (4.69% from 255) = 2.27%
R=45.57%
G=52.16%
B=2.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221253110.1300.960.0167.9398.3751.76
HexDDFDBD0601446234
Octal33537513150140110414264
Binary11011101111111011011110101100000110001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD0B; }

 p { color: rgb(221,253,11); }

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

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

 a { background-color: rgb(221,253,11); }

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

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

 span { border-color: rgb(221,253,11); }

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