Html Css Color HEX #DDFC10 Chartreuse Yellow

📋 copy color: '#DDFC10'

red 221 ◦ green 252 ◦ blue 16

#DDFC10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DDFC10

Tints of Chartreuse Yellow #DDFC10

RGB

 RED value IS 221 (86.72% from 255) = 45.19%

 GREEN value IS 252 (98.83% from 255) = 51.53%

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 45.19%
G = 51.53%
B = 3.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#DDFC10 (or 0xDDFC10) is known color: Chartreuse Yellow. HEX triplet: DD, FC and 10. RGB value is (221,252,16). Sum of RGB (Red+Green+Blue) = 221+252+16=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFC10 is #2203EF. Grayscale: #D8D8D8. Windows color (decimal): -2229232 or 1113309. OLE color: 1113309.

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

Color convert

RGB 221 252 16 -
CMYK 0.12 0 0.94 0.01
HSL 67.88º 0.98% 0.53% -
HSV(B) 67.88º 0.94% 0.99% -
XYZ 64.72 85.03 13.49 -
YUV 215.83 15.23 131.69 -
System Red Green Blue C M Y K H S L
Decimal 221 252 16 0.12 0 0.94 0.01 67.88 0.98 0.53
Hex DD FC 10 C 0 5E 1 44 62 35
Octal 335 374 20 14 0 136 1 104 142 65
Binary 11011101 11111100 10000 1100 0 1011110 1 1000100 1100010 110101

Color Harmonies of #DDFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC10

Black with #DDFC10

Text Example


Text Example

White with #DDFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC10; }

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

 H1.HeaderClassName
 {
   color: #DDFC10;
 }
 .AnyTagClassName
 {
   color: #DDFC10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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