Html Css Color HEX #DDF516 Chartreuse Yellow

📋 copy color: '#DDF516'

red 221 ◦ green 245 ◦ blue 22

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

Shades of Chartreuse Yellow #DDF516

Tints of Chartreuse Yellow #DDF516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.2%

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

R = 45.29%
G = 50.2%
B = 4.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#DDF516 (or 0xDDF516) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 16. RGB value is (221,245,22). Sum of RGB (Red+Green+Blue) = 221+245+22=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF516 is #220AE9. Grayscale: #D5D5D5. Windows color (decimal): -2231018 or 1504733. OLE color: 1504733.

HSL color Cylindrical-coordinate representation of color #DDF516: hue angle of 66.46º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF516 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 22 -
CMYK 0.10 0 0.91 0.04
HSL 66.46º 0.92% 0.52% -
HSV(B) 66.46º 0.91% 0.96% -
XYZ 62.62 80.73 13.04 -
YUV 212.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 221 245 22 0.10 0 0.91 0.04 66.46 0.92 0.52
Hex DD F5 16 A 0 5B 4 42 5C 34
Octal 335 365 26 12 0 133 4 102 134 64
Binary 11011101 11110101 10110 1010 0 1011011 100 1000010 1011100 110100

Color Harmonies of #DDF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF516

Black with #DDF516

Text Example


Text Example

White with #DDF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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