Html Css Color HEX #DDFD12 Chartreuse Yellow

📋 copy color: '#DDFD12'

red 221 ◦ green 253 ◦ blue 18

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

Shades of Chartreuse Yellow #DDFD12

Tints of Chartreuse Yellow #DDFD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.66%

R = 44.92%
G = 51.42%
B = 3.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#DDFD12 (or 0xDDFD12) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 12. RGB value is (221,253,18). Sum of RGB (Red+Green+Blue) = 221+253+18=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD12 is #2202ED. Grayscale: #D9D9D9. Windows color (decimal): -2228974 or 1244637. OLE color: 1244637.

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

Color convert

RGB 221 253 18 -
CMYK 0.13 0 0.93 0.01
HSL 68.17º 0.98% 0.53% -
HSV(B) 68.17º 0.93% 0.99% -
XYZ 65.05 85.67 13.68 -
YUV 216.64 15.9 131.11 -
System Red Green Blue C M Y K H S L
Decimal 221 253 18 0.13 0 0.93 0.01 68.17 0.98 0.53
Hex DD FD 12 D 0 5D 1 44 62 35
Octal 335 375 22 15 0 135 1 104 142 65
Binary 11011101 11111101 10010 1101 0 1011101 1 1000100 1100010 110101

Color Harmonies of #DDFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD12

Black with #DDFD12

Text Example


Text Example

White with #DDFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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