Html Css Color HEX #DDFD13 Chartreuse Yellow

📋 copy color: '#DDFD13'

red 221 ◦ green 253 ◦ blue 19

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

Shades of Chartreuse Yellow #DDFD13

Tints of Chartreuse Yellow #DDFD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.32%

 BLUE value IS 19 (7.81% from 255) = 3.85%

R = 44.83%
G = 51.32%
B = 3.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#DDFD13 (or 0xDDFD13) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 13. RGB value is (221,253,19). Sum of RGB (Red+Green+Blue) = 221+253+19=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD13 is #2202EC. Grayscale: #D9D9D9. Windows color (decimal): -2228973 or 1310173. OLE color: 1310173.

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

Color convert

RGB 221 253 19 -
CMYK 0.13 0 0.92 0.01
HSL 68.21º 0.98% 0.53% -
HSV(B) 68.21º 0.92% 0.99% -
XYZ 65.06 85.67 13.72 -
YUV 216.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 221 253 19 0.13 0 0.92 0.01 68.21 0.98 0.53
Hex DD FD 13 D 0 5C 1 44 62 35
Octal 335 375 23 15 0 134 1 104 142 65
Binary 11011101 11111101 10011 1101 0 1011100 1 1000100 1100010 110101

Color Harmonies of #DDFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD13

Black with #DDFD13

Text Example


Text Example

White with #DDFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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