Html Css Color HEX #96CF8D Granny Smith Apple

📋 copy color: '#96CF8D'

red 150 ◦ green 207 ◦ blue 141

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

Shades of Granny Smith Apple #96CF8D

Tints of Granny Smith Apple #96CF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 30.12%
G = 41.57%
B = 28.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#96CF8D (or 0x96CF8D) is known color: Granny Smith Apple. HEX triplet: 96, CF and 8D. RGB value is (150,207,141). Sum of RGB (Red+Green+Blue) = 150+207+141=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF8D is #693072. Grayscale: #B6B6B6. Windows color (decimal): -6893683 or 9293718. OLE color: 9293718.

HSL color Cylindrical-coordinate representation of color #96CF8D: hue angle of 111.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CF8D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 141 -
CMYK 0.28 0 0.32 0.19
HSL 111.82º 0.41% 0.68% -
HSV(B) 111.82º 0.32% 0.81% -
XYZ 39.7 53.03 33.34 -
YUV 182.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 150 207 141 0.28 0 0.32 0.19 111.82 0.41 0.68
Hex 96 CF 8D 1C 0 20 13 70 29 44
Octal 226 317 215 34 0 40 23 160 51 104
Binary 10010110 11001111 10001101 11100 0 100000 10011 1110000 101001 1000100

Color Harmonies of #96CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF8D

Black with #96CF8D

Text Example


Text Example

White with #96CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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