Html Css Color HEX #96E882 Granny Smith Apple

📋 copy color: '#96E882'

red 150 ◦ green 232 ◦ blue 130

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

Shades of Granny Smith Apple #96E882

Tints of Granny Smith Apple #96E882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 29.3%
G = 45.31%
B = 25.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#96E882 (or 0x96E882) is known color: Granny Smith Apple. HEX triplet: 96, E8 and 82. RGB value is (150,232,130). Sum of RGB (Red+Green+Blue) = 150+232+130=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #96E882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E882 is #69177D. Grayscale: #C4C4C4. Windows color (decimal): -6887294 or 8579222. OLE color: 8579222.

HSL color Cylindrical-coordinate representation of color #96E882: hue angle of 108.24º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96E882 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 130 -
CMYK 0.35 0 0.44 0.09
HSL 108.24º 0.69% 0.71% -
HSV(B) 108.24º 0.44% 0.91% -
XYZ 45.46 65.81 31.43 -
YUV 195.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 150 232 130 0.35 0 0.44 0.09 108.24 0.69 0.71
Hex 96 E8 82 23 0 2C 9 6C 45 47
Octal 226 350 202 43 0 54 11 154 105 107
Binary 10010110 11101000 10000010 100011 0 101100 1001 1101100 1000101 1000111

Color Harmonies of #96E882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E882

Black with #96E882

Text Example


Text Example

White with #96E882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,130); }

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

background-color css

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

 a { background-color: rgb(150,232,130); }

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

border-color css

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

 span { border-color: rgb(150,232,130); }

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