Html Css Color HEX #DDFB12 Chartreuse Yellow

📋 copy color: '#DDFB12'

red 221 ◦ green 251 ◦ blue 18

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

Shades of Chartreuse Yellow #DDFB12

Tints of Chartreuse Yellow #DDFB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.22%

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

R = 45.1%
G = 51.22%
B = 3.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#DDFB12 (or 0xDDFB12) is known color: Chartreuse Yellow. HEX triplet: DD, FB and 12. RGB value is (221,251,18). Sum of RGB (Red+Green+Blue) = 221+251+18=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFB12 is #2204ED. Grayscale: #D8D8D8. Windows color (decimal): -2229486 or 1244125. OLE color: 1244125.

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

Color convert

RGB 221 251 18 -
CMYK 0.12 0 0.93 0.02
HSL 67.73º 0.97% 0.53% -
HSV(B) 67.73º 0.93% 0.98% -
XYZ 64.43 84.41 13.47 -
YUV 215.47 16.56 131.95 -
System Red Green Blue C M Y K H S L
Decimal 221 251 18 0.12 0 0.93 0.02 67.73 0.97 0.53
Hex DD FB 12 C 0 5D 2 44 61 35
Octal 335 373 22 14 0 135 2 104 141 65
Binary 11011101 11111011 10010 1100 0 1011101 10 1000100 1100001 110101

Color Harmonies of #DDFB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB12

Black with #DDFB12

Text Example


Text Example

White with #DDFB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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