Html Css Color HEX #DDF116 Chartreuse Yellow

📋 copy color: '#DDF116'

red 221 ◦ green 241 ◦ blue 22

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

Shades of Chartreuse Yellow #DDF116

Tints of Chartreuse Yellow #DDF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.79%

 BLUE value IS 22 (8.98% from 255) = 4.55%

R = 45.66%
G = 49.79%
B = 4.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#DDF116 (or 0xDDF116) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 16. RGB value is (221,241,22). Sum of RGB (Red+Green+Blue) = 221+241+22=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF116 is #220EE9. Grayscale: #D2D2D2. Windows color (decimal): -2232042 or 1503709. OLE color: 1503709.

HSL color Cylindrical-coordinate representation of color #DDF116: hue angle of 65.48º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF116 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 22 -
CMYK 0.08 0 0.91 0.05
HSL 65.48º 0.89% 0.52% -
HSV(B) 65.48º 0.91% 0.95% -
XYZ 61.42 78.34 12.64 -
YUV 210.05 21.87 135.81 -
System Red Green Blue C M Y K H S L
Decimal 221 241 22 0.08 0 0.91 0.05 65.48 0.89 0.52
Hex DD F1 16 8 0 5B 5 41 59 34
Octal 335 361 26 10 0 133 5 101 131 64
Binary 11011101 11110001 10110 1000 0 1011011 101 1000001 1011001 110100

Color Harmonies of #DDF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF116

Black with #DDF116

Text Example


Text Example

White with #DDF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF116; }

 p { color: rgb(221,241,22); }

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

background-color css

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

 a { background-color: rgb(221,241,22); }

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

border-color css

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

 span { border-color: rgb(221,241,22); }

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