Html Css Color HEX #DDF016 Chartreuse Yellow

📋 copy color: '#DDF016'

red 221 ◦ green 240 ◦ blue 22

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

Shades of Chartreuse Yellow #DDF016

Tints of Chartreuse Yellow #DDF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.69%

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

R = 45.76%
G = 49.69%
B = 4.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#DDF016 (or 0xDDF016) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 16. RGB value is (221,240,22). Sum of RGB (Red+Green+Blue) = 221+240+22=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF016 is #220FE9. Grayscale: #D2D2D2. Windows color (decimal): -2232298 or 1503453. OLE color: 1503453.

HSL color Cylindrical-coordinate representation of color #DDF016: hue angle of 65.23º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDF016 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 22 -
CMYK 0.08 0 0.91 0.06
HSL 65.23º 0.88% 0.51% -
HSV(B) 65.23º 0.91% 0.94% -
XYZ 61.12 77.75 12.54 -
YUV 209.47 22.21 136.23 -
System Red Green Blue C M Y K H S L
Decimal 221 240 22 0.08 0 0.91 0.06 65.23 0.88 0.51
Hex DD F0 16 8 0 5B 6 41 58 33
Octal 335 360 26 10 0 133 6 101 130 63
Binary 11011101 11110000 10110 1000 0 1011011 110 1000001 1011000 110011

Color Harmonies of #DDF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF016

Black with #DDF016

Text Example


Text Example

White with #DDF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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