#95C357

Color #95C357 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #95C357

Tints of Chelsea Cucumber #95C357

Color information

#95C357 (or 0x95C357) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, C3 and 57. RGB value is (149,195,87). Sum of RGB (Red+Green+Blue) = 149+195+87=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #95C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C357 is #6A3CA8. Grayscale: #A9A9A9. Windows color (decimal): -6962345 or 5751701. OLE color: 5751701.

HSL color Cylindrical-coordinate representation of color #95C357: hue angle of 85.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95C357 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB14919587-
CMYK0.2400.550.24
HSL85.56º47.37%55.29%-
HSV(B)85.56º55.38%76.47%-
XYZ33.6346.1116.14-
YUV168.9381.76113.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=34.57%
G=45.24%
B=20.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195870.2400.550.2485.5647.3755.29
Hex95C3571803718562f37
Octal22530312730067301265767
Binary10010101110000111010111110000110111110001010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,195,87); }

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

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

 a { background-color: rgb(149,195,87); }

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

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

 span { border-color: rgb(149,195,87); }

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