#5FC39C

Color #5FC39C Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FC39C

Tints of Keppel #5FC39C

Color information

#5FC39C (or 0x5FC39C) is unknown color: approx Keppel. HEX triplet: 5F, C3 and 9C. RGB value is (95,195,156). Sum of RGB (Red+Green+Blue) = 95+195+156=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC39C is #A03C63. Grayscale: #A0A0A0. Windows color (decimal): -10501220 or 10273631. OLE color: 10273631.

HSL color Cylindrical-coordinate representation of color #5FC39C: hue angle of 156.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC39C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB95195156-
CMYK0.5100.200.24
HSL156.6º45.45%56.86%-
HSV(B)156.6º51.28%76.47%-
XYZ30.2443.8638.33-
YUV160.65125.3781.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 195 (76.56% from 255) = 43.72%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=21.30%
G=43.72%
B=34.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951951560.5100.200.24156.645.4556.86
Hex5FC39C33014189d2d39
Octal13730323463024302355571
Binary101111111000011100111001100110101001100010011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FC39C; }

 p { color: rgb(95,195,156); }

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

<style>
 a { background-color: #5FC39C; }

 a { background-color: rgb(95,195,156); }

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

<style>
 span { border-color: #5FC39C; }

 span { border-color: rgb(95,195,156); }

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