Html Css Color HEX #95D58B Granny Smith Apple

📋 copy color: '#95D58B'

red 149 ◦ green 213 ◦ blue 139

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

Shades of Granny Smith Apple #95D58B

Tints of Granny Smith Apple #95D58B

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 value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#95D58B (or 0x95D58B) is known color: 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

RGB 149 213 139 -
CMYK 0.30 0 0.35 0.16
HSL 111.89º 0.47% 0.69% -
HSV(B) 111.89º 0.35% 0.84% -
XYZ 40.85 55.84 33.05 -
YUV 185.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 149 213 139 0.30 0 0.35 0.16 111.89 0.47 0.69
Hex 95 D5 8B 1E 0 23 10 70 2F 45
Octal 225 325 213 36 0 43 20 160 57 105
Binary 10010101 11010101 10001011 11110 0 100011 10000 1110000 101111 1000101

Color Harmonies of #95D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D58B

Black with #95D58B

Text Example


Text Example

White with #95D58B

Text Example


Text Example

HTML Codes & Css Web 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>