Html Css Color HEX #DDF50B Chartreuse Yellow

📋 copy color: '#DDF50B'

red 221 ◦ green 245 ◦ blue 11

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

Shades of Chartreuse Yellow #DDF50B

Tints of Chartreuse Yellow #DDF50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.31%

R = 46.33%
G = 51.36%
B = 2.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#DDF50B (or 0xDDF50B) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 0B. RGB value is (221,245,11). Sum of RGB (Red+Green+Blue) = 221+245+11=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF50B is #220AF4. Grayscale: #D4D4D4. Windows color (decimal): -2231029 or 783837. OLE color: 783837.

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

Color convert

RGB 221 245 11 -
CMYK 0.10 0 0.96 0.04
HSL 66.15º 0.92% 0.5% -
HSV(B) 66.15º 0.96% 0.96% -
XYZ 62.53 80.7 12.6 -
YUV 211.15 15.05 135.03 -
System Red Green Blue C M Y K H S L
Decimal 221 245 11 0.10 0 0.96 0.04 66.15 0.92 0.5
Hex DD F5 B A 0 60 4 42 5C 32
Octal 335 365 13 12 0 140 4 102 134 62
Binary 11011101 11110101 1011 1010 0 1100000 100 1000010 1011100 110010

Color Harmonies of #DDF50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF50B

Black with #DDF50B

Text Example


Text Example

White with #DDF50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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