Html Css Color HEX #95D893 Granny Smith Apple

📋 copy color: '#95D893'

red 149 ◦ green 216 ◦ blue 147

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

Shades of Granny Smith Apple #95D893

Tints of Granny Smith Apple #95D893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 29.1%
G = 42.19%
B = 28.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#95D893 (or 0x95D893) is known color: Granny Smith Apple. HEX triplet: 95, D8 and 93. RGB value is (149,216,147). Sum of RGB (Red+Green+Blue) = 149+216+147=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #95D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D893 is #6A276C. Grayscale: #BCBCBC. Windows color (decimal): -6956909 or 9689237. OLE color: 9689237.

HSL color Cylindrical-coordinate representation of color #95D893: hue angle of 118.26º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D893 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 147 -
CMYK 0.31 0 0.32 0.15
HSL 118.26º 0.47% 0.71% -
HSV(B) 118.26º 0.32% 0.85% -
XYZ 42.22 57.61 36.5 -
YUV 188.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 149 216 147 0.31 0 0.32 0.15 118.26 0.47 0.71
Hex 95 D8 93 1F 0 20 F 76 2F 47
Octal 225 330 223 37 0 40 17 166 57 107
Binary 10010101 11011000 10010011 11111 0 100000 1111 1110110 101111 1000111

Color Harmonies of #95D893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D893

Black with #95D893

Text Example


Text Example

White with #95D893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,147); }

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

background-color css

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

 a { background-color: rgb(149,216,147); }

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

border-color css

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

 span { border-color: rgb(149,216,147); }

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