Html Css Color HEX #95D696 Granny Smith Apple

📋 copy color: '#95D696'

red 149 ◦ green 214 ◦ blue 150

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

Shades of Granny Smith Apple #95D696

Tints of Granny Smith Apple #95D696

RGB

 RED value IS 149 (58.59% from 255) = 29.04%

 GREEN value IS 214 (83.98% from 255) = 41.72%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 29.04%
G = 41.72%
B = 29.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#95D696 (or 0x95D696) is known color: Granny Smith Apple. HEX triplet: 95, D6 and 96. RGB value is (149,214,150). Sum of RGB (Red+Green+Blue) = 149+214+150=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #95D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D696 is #6A2969. Grayscale: #BBBBBB. Windows color (decimal): -6957418 or 9885333. OLE color: 9885333.

HSL color Cylindrical-coordinate representation of color #95D696: hue angle of 120.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D696 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 214 150 -
CMYK 0.30 0 0.30 0.16
HSL 120.92º 0.44% 0.71% -
HSV(B) 120.92º 0.3% 0.84% -
XYZ 41.95 56.68 37.58 -
YUV 187.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 149 214 150 0.30 0 0.30 0.16 120.92 0.44 0.71
Hex 95 D6 96 1E 0 1E 10 79 2C 47
Octal 225 326 226 36 0 36 20 171 54 107
Binary 10010101 11010110 10010110 11110 0 11110 10000 1111001 101100 1000111

Color Harmonies of #95D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D696

Black with #95D696

Text Example


Text Example

White with #95D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95D696; }

 p { color: rgb(149,214,150); }

 H1.HeaderClassName
 {
   color: #95D696;
 }
 .AnyTagClassName
 {
   color: #95D696;
 }
</style>

background-color css

<style>
 a { background-color: #95D696; }

 a { background-color: rgb(149,214,150); }

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

border-color css

<style>
 span { border-color: #95D696; }

 span { border-color: rgb(149,214,150); }

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