#95CF90

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

Shades of Granny Smith Apple #95CF90

Tints of Granny Smith Apple #95CF90

Color information

#95CF90 (or 0x95CF90) is unknown color: approx Granny Smith Apple. HEX triplet: 95, CF and 90. RGB value is (149,207,144). Sum of RGB (Red+Green+Blue) = 149+207+144=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CF90 is #6A306F. Grayscale: #B6B6B6. Windows color (decimal): -6959216 or 9490325. OLE color: 9490325.

HSL color Cylindrical-coordinate representation of color #95CF90: hue angle of 115.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CF90 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB149207144-
CMYK0.2800.300.19
HSL115.24º39.62%68.82%-
HSV(B)115.24º30.43%81.18%-
XYZ39.7453.0334.53-
YUV182.48106.28104.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=29.8%
G=41.4%
B=28.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071440.2800.300.19115.2439.6268.82
Hex95CF901C01E13732845
Octal225317220340362316350105
Binary100101011100111110010000111000111101001111100111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,207,144); }

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

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

 a { background-color: rgb(149,207,144); }

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

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

 span { border-color: rgb(149,207,144); }

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