Html Css Color HEX #DDF010 Chartreuse Yellow

📋 copy color: '#DDF010'

red 221 ◦ green 240 ◦ blue 16

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

Shades of Chartreuse Yellow #DDF010

Tints of Chartreuse Yellow #DDF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 46.33%
G = 50.31%
B = 3.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#DDF010 (or 0xDDF010) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 10. RGB value is (221,240,16). Sum of RGB (Red+Green+Blue) = 221+240+16=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF010 is #220FEF. Grayscale: #D1D1D1. Windows color (decimal): -2232304 or 1110237. OLE color: 1110237.

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

Color convert

RGB 221 240 16 -
CMYK 0.08 0 0.93 0.06
HSL 65.09º 0.88% 0.5% -
HSV(B) 65.09º 0.93% 0.94% -
XYZ 61.07 77.73 12.27 -
YUV 208.78 19.21 136.71 -
System Red Green Blue C M Y K H S L
Decimal 221 240 16 0.08 0 0.93 0.06 65.09 0.88 0.5
Hex DD F0 10 8 0 5D 6 41 58 32
Octal 335 360 20 10 0 135 6 101 130 62
Binary 11011101 11110000 10000 1000 0 1011101 110 1000001 1011000 110010

Color Harmonies of #DDF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF010

Black with #DDF010

Text Example


Text Example

White with #DDF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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