Html Css Color HEX #99DD2D Yellow Green

📋 copy color: '#99DD2D'

red 153 ◦ green 221 ◦ blue 45

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

Shades of Yellow Green #99DD2D

Tints of Yellow Green #99DD2D

RGB

 RED value IS 153 (60.16% from 255) = 36.52%

 GREEN value IS 221 (86.72% from 255) = 52.74%

 BLUE value IS 45 (17.97% from 255) = 10.74%

R = 36.52%
G = 52.74%
B = 10.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#99DD2D (or 0x99DD2D) is known color: Yellow Green. HEX triplet: 99, DD and 2D. RGB value is (153,221,45). Sum of RGB (Red+Green+Blue) = 153+221+45=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DD2D is #6622D2. Grayscale: #B5B5B5. Windows color (decimal): -6693587 or 3005849. OLE color: 3005849.

HSL color Cylindrical-coordinate representation of color #99DD2D: hue angle of 83.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99DD2D is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 45 -
CMYK 0.31 0 0.80 0.13
HSL 83.18º 0.72% 0.52% -
HSV(B) 83.18º 0.8% 0.87% -
XYZ 39.47 58.67 11.73 -
YUV 180.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 153 221 45 0.31 0 0.80 0.13 83.18 0.72 0.52
Hex 99 DD 2D 1F 0 50 D 53 48 34
Octal 231 335 55 37 0 120 15 123 110 64
Binary 10011001 11011101 101101 11111 0 1010000 1101 1010011 1001000 110100

Color Harmonies of #99DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD2D

Black with #99DD2D

Text Example


Text Example

White with #99DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DD2D; }

 p { color: rgb(153,221,45); }

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

background-color css

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

 a { background-color: rgb(153,221,45); }

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

border-color css

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

 span { border-color: rgb(153,221,45); }

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