Html Css Color HEX #96DD30 Yellow Green

📋 copy color: '#96DD30'

red 150 ◦ green 221 ◦ blue 48

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

Shades of Yellow Green #96DD30

Tints of Yellow Green #96DD30

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

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

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

R = 35.8%
G = 52.74%
B = 11.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#96DD30 (or 0x96DD30) is known color: Yellow Green. HEX triplet: 96, DD and 30. RGB value is (150,221,48). Sum of RGB (Red+Green+Blue) = 150+221+48=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD30 is #6922CF. Grayscale: #B4B4B4. Windows color (decimal): -6890192 or 3202454. OLE color: 3202454.

HSL color Cylindrical-coordinate representation of color #96DD30: hue angle of 84.62º 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 #96DD30 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 221 48 -
CMYK 0.32 0 0.78 0.13
HSL 84.62º 0.72% 0.53% -
HSV(B) 84.62º 0.78% 0.87% -
XYZ 38.97 58.41 12.02 -
YUV 180.05 53.48 106.57 -
System Red Green Blue C M Y K H S L
Decimal 150 221 48 0.32 0 0.78 0.13 84.62 0.72 0.53
Hex 96 DD 30 20 0 4E D 55 48 35
Octal 226 335 60 40 0 116 15 125 110 65
Binary 10010110 11011101 110000 100000 0 1001110 1101 1010101 1001000 110101

Color Harmonies of #96DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DD30

Black with #96DD30

Text Example


Text Example

White with #96DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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