Html Css Color HEX #96D788 Granny Smith Apple

📋 copy color: '#96D788'

red 150 ◦ green 215 ◦ blue 136

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

Shades of Granny Smith Apple #96D788

Tints of Granny Smith Apple #96D788

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 29.94%
G = 42.91%
B = 27.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#96D788 (or 0x96D788) is known color: Granny Smith Apple. HEX triplet: 96, D7 and 88. RGB value is (150,215,136). Sum of RGB (Red+Green+Blue) = 150+215+136=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #96D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D788 is #692877. Grayscale: #BABABA. Windows color (decimal): -6891640 or 8968086. OLE color: 8968086.

HSL color Cylindrical-coordinate representation of color #96D788: hue angle of 109.37º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D788 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 136 -
CMYK 0.30 0 0.37 0.16
HSL 109.37º 0.5% 0.69% -
HSV(B) 109.37º 0.37% 0.84% -
XYZ 41.32 56.86 32.09 -
YUV 186.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 150 215 136 0.30 0 0.37 0.16 109.37 0.5 0.69
Hex 96 D7 88 1E 0 25 10 6D 32 45
Octal 226 327 210 36 0 45 20 155 62 105
Binary 10010110 11010111 10001000 11110 0 100101 10000 1101101 110010 1000101

Color Harmonies of #96D788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D788

Black with #96D788

Text Example


Text Example

White with #96D788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,136); }

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

background-color css

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

 a { background-color: rgb(150,215,136); }

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

border-color css

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

 span { border-color: rgb(150,215,136); }

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