#DDFC0C

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

Shades of Chartreuse Yellow #DDFC0C

Tints of Chartreuse Yellow #DDFC0C

Color information

#DDFC0C (or 0xDDFC0C) is unknown color: approx Chartreuse Yellow. HEX triplet: DD, FC and 0C. RGB value is (221,252,12). Sum of RGB (Red+Green+Blue) = 221+252+12=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC0C is #2203F3. Grayscale: #D8D8D8. Windows color (decimal): -2229236 or 851165. OLE color: 851165.

HSL color Cylindrical-coordinate representation of color #DDFC0C: hue angle of 67.75º 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 #DDFC0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB22125212-
CMYK0.1200.950.01
HSL67.75º97.56%51.76%-
HSV(B)67.75º95.24%98.82%-
XYZ64.785.0213.35-
YUV215.3713.23132.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 252 (98.83% from 255) = 51.96%
BLUE value IS 12 (5.08% from 255) = 2.47%
R=45.57%
G=51.96%
B=2.47%

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
Decimal221252120.1200.950.0167.7597.5651.76
HexDDFCCC05F1446234
Octal33537414140137110414264
Binary11011101111111001100110001011111110001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC0C; }

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

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

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

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

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

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

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

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