#95E384

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

Shades of Granny Smith Apple #95E384

Tints of Granny Smith Apple #95E384

Color information

#95E384 (or 0x95E384) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E3 and 84. RGB value is (149,227,132). Sum of RGB (Red+Green+Blue) = 149+227+132=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #95E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E384 is #6A1C7B. Grayscale: #C1C1C1. Windows color (decimal): -6954108 or 8709013. OLE color: 8709013.

HSL color Cylindrical-coordinate representation of color #95E384: hue angle of 109.26º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95E384 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB149227132-
CMYK0.3400.420.11
HSL109.26º62.91%70.39%-
HSV(B)109.26º41.85%89.02%-
XYZ44.0362.9931.67-
YUV192.8593.6696.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=29.33%
G=44.69%
B=25.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271320.3400.420.11109.2662.9170.39
Hex95E3842202AB6d3f46
Octal225343204420521315577106
Binary1001010111100011100001001000100101010101111011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,227,132); }

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

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

 a { background-color: rgb(149,227,132); }

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

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

 span { border-color: rgb(149,227,132); }

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