Html Css Color HEX #99DD30 Yellow Green

📋 copy color: '#99DD30'

red 153 ◦ green 221 ◦ blue 48

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

Shades of Yellow Green #99DD30

Tints of Yellow Green #99DD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.37%

R = 36.26%
G = 52.37%
B = 11.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#99DD30 (or 0x99DD30) is known color: Yellow Green. HEX triplet: 99, DD and 30. RGB value is (153,221,48). Sum of RGB (Red+Green+Blue) = 153+221+48=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DD30 is #6622CF. Grayscale: #B5B5B5. Windows color (decimal): -6693584 or 3202457. OLE color: 3202457.

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

Color convert

RGB 153 221 48 -
CMYK 0.31 0 0.78 0.13
HSL 83.58º 0.72% 0.53% -
HSV(B) 83.58º 0.78% 0.87% -
XYZ 39.53 58.7 12.04 -
YUV 180.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 153 221 48 0.31 0 0.78 0.13 83.58 0.72 0.53
Hex 99 DD 30 1F 0 4E D 54 48 35
Octal 231 335 60 37 0 116 15 124 110 65
Binary 10011001 11011101 110000 11111 0 1001110 1101 1010100 1001000 110101

Color Harmonies of #99DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD30

Black with #99DD30

Text Example


Text Example

White with #99DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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