Html Css Color HEX #96E11D Yellow Green

📋 copy color: '#96E11D'

red 150 ◦ green 225 ◦ blue 29

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

Shades of Yellow Green #96E11D

Tints of Yellow Green #96E11D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.69%

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 37.13%
G = 55.69%
B = 7.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#96E11D (or 0x96E11D) is known color: Yellow Green. HEX triplet: 96, E1 and 1D. RGB value is (150,225,29). Sum of RGB (Red+Green+Blue) = 150+225+29=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #96E11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E11D is #691EE2. Grayscale: #B4B4B4. Windows color (decimal): -6889187 or 1958294. OLE color: 1958294.

HSL color Cylindrical-coordinate representation of color #96E11D: hue angle of 82.96º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96E11D is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 29 -
CMYK 0.33 0 0.87 0.12
HSL 82.96º 0.77% 0.5% -
HSV(B) 82.96º 0.87% 0.88% -
XYZ 39.72 60.42 10.73 -
YUV 180.23 42.65 106.44 -
System Red Green Blue C M Y K H S L
Decimal 150 225 29 0.33 0 0.87 0.12 82.96 0.77 0.5
Hex 96 E1 1D 21 0 57 C 53 4D 32
Octal 226 341 35 41 0 127 14 123 115 62
Binary 10010110 11100001 11101 100001 0 1010111 1100 1010011 1001101 110010

Color Harmonies of #96E11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E11D

Black with #96E11D

Text Example


Text Example

White with #96E11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,29); }

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

background-color css

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

 a { background-color: rgb(150,225,29); }

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

border-color css

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

 span { border-color: rgb(150,225,29); }

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