Html Css Color HEX #96E381 Granny Smith Apple

📋 copy color: '#96E381'

red 150 ◦ green 227 ◦ blue 129

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

Shades of Granny Smith Apple #96E381

Tints of Granny Smith Apple #96E381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.86%

 BLUE value IS 129 (50.78% from 255) = 25.49%

R = 29.64%
G = 44.86%
B = 25.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#96E381 (or 0x96E381) is known color: Granny Smith Apple. HEX triplet: 96, E3 and 81. RGB value is (150,227,129). Sum of RGB (Red+Green+Blue) = 150+227+129=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #96E381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E381 is #691C7E. Grayscale: #C1C1C1. Windows color (decimal): -6888575 or 8512406. OLE color: 8512406.

HSL color Cylindrical-coordinate representation of color #96E381: hue angle of 107.14º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96E381 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 129 -
CMYK 0.34 0 0.43 0.11
HSL 107.14º 0.64% 0.7% -
HSV(B) 107.14º 0.43% 0.89% -
XYZ 44.01 63.01 30.61 -
YUV 192.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 150 227 129 0.34 0 0.43 0.11 107.14 0.64 0.7
Hex 96 E3 81 22 0 2B B 6B 40 46
Octal 226 343 201 42 0 53 13 153 100 106
Binary 10010110 11100011 10000001 100010 0 101011 1011 1101011 1000000 1000110

Color Harmonies of #96E381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E381

Black with #96E381

Text Example


Text Example

White with #96E381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,227,129); }

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

background-color css

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

 a { background-color: rgb(150,227,129); }

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

border-color css

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

 span { border-color: rgb(150,227,129); }

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