Html Css Color HEX #96CF91 Granny Smith Apple

📋 copy color: '#96CF91'

red 150 ◦ green 207 ◦ blue 145

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

Shades of Granny Smith Apple #96CF91

Tints of Granny Smith Apple #96CF91

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 29.88%
G = 41.24%
B = 28.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#96CF91 (or 0x96CF91) is known color: Granny Smith Apple. HEX triplet: 96, CF and 91. RGB value is (150,207,145). Sum of RGB (Red+Green+Blue) = 150+207+145=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF91 is #69306E. Grayscale: #B7B7B7. Windows color (decimal): -6893679 or 9555862. OLE color: 9555862.

HSL color Cylindrical-coordinate representation of color #96CF91: hue angle of 115.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96CF91 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 145 -
CMYK 0.28 0 0.30 0.19
HSL 115.16º 0.39% 0.69% -
HSV(B) 115.16º 0.3% 0.81% -
XYZ 40 53.15 34.94 -
YUV 182.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 150 207 145 0.28 0 0.30 0.19 115.16 0.39 0.69
Hex 96 CF 91 1C 0 1E 13 73 27 45
Octal 226 317 221 34 0 36 23 163 47 105
Binary 10010110 11001111 10010001 11100 0 11110 10011 1110011 100111 1000101

Color Harmonies of #96CF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF91

Black with #96CF91

Text Example


Text Example

White with #96CF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,145); }

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

background-color css

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

 a { background-color: rgb(150,207,145); }

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

border-color css

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

 span { border-color: rgb(150,207,145); }

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