Html Css Color HEX #95D689 Granny Smith Apple

📋 copy color: '#95D689'

red 149 ◦ green 214 ◦ blue 137

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

Shades of Granny Smith Apple #95D689

Tints of Granny Smith Apple #95D689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.4%

R = 29.8%
G = 42.8%
B = 27.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#95D689 (or 0x95D689) is known color: Granny Smith Apple. HEX triplet: 95, D6 and 89. RGB value is (149,214,137). Sum of RGB (Red+Green+Blue) = 149+214+137=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #95D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D689 is #6A2976. Grayscale: #BABABA. Windows color (decimal): -6957431 or 9033365. OLE color: 9033365.

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

Color convert

RGB 149 214 137 -
CMYK 0.30 0 0.36 0.16
HSL 110.65º 0.48% 0.69% -
HSV(B) 110.65º 0.36% 0.84% -
XYZ 40.96 56.29 32.37 -
YUV 185.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 149 214 137 0.30 0 0.36 0.16 110.65 0.48 0.69
Hex 95 D6 89 1E 0 24 10 6F 30 45
Octal 225 326 211 36 0 44 20 157 60 105
Binary 10010101 11010110 10001001 11110 0 100100 10000 1101111 110000 1000101

Color Harmonies of #95D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D689

Black with #95D689

Text Example


Text Example

White with #95D689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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