#DDFC0D

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

Shades of Chartreuse Yellow #DDFC0D

Tints of Chartreuse Yellow #DDFC0D

Color information

#DDFC0D (or 0xDDFC0D) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FC and 0D. RGB value is (221,252,13). Sum of RGB (Red+Green+Blue) = 221+252+13=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC0D is #2203F2. Grayscale: #D8D8D8. Windows color (decimal): -2229235 or 916701. OLE color: 916701.

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

Color convert

RGB22125213-
CMYK0.1200.950.01
HSL67.78º97.55%51.96%-
HSV(B)67.78º94.84%98.82%-
XYZ64.785.0213.38-
YUV215.4813.73131.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 252 (98.83% from 255) = 51.85%
BLUE value IS 13 (5.47% from 255) = 2.67%
R=45.47%
G=51.85%
B=2.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221252130.1200.950.0167.7897.5551.96
HexDDFCDC05F1446234
Octal33537415140137110414264
Binary11011101111111001101110001011111110001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC0D; }

 p { color: rgb(221,252,13); }

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

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

 a { background-color: rgb(221,252,13); }

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

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

 span { border-color: rgb(221,252,13); }

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