#95D58B

Color #95D58B Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #95D58B

Tints of Granny Smith Apple #95D58B

Color information

#95D58B (or 0x95D58B) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D5 and 8B. RGB value is (149,213,139). Sum of RGB (Red+Green+Blue) = 149+213+139=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #95D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D58B is #6A2A74. Grayscale: #B9B9B9. Windows color (decimal): -6957685 or 9164181. OLE color: 9164181.

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

Color convert

RGB149213139-
CMYK0.3000.350.16
HSL111.89º46.84%69.02%-
HSV(B)111.89º34.74%83.53%-
XYZ40.8555.8433.05-
YUV185.43101.8102.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=29.74%
G=42.51%
B=27.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131390.3000.350.16111.8946.8469.02
Hex95D58B1E02310702f45
Octal225325213360432016057105
Binary1001010111010101100010111111001000111000011100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,139); }

 H1.HeaderClassName
 {
   color: #95D58B;
 }
 .AnyTagClassName
 {
   color: #95D58B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,213,139); }

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

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

 span { border-color: rgb(149,213,139); }

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