#5F958F

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

Shades of Half Baked #5F958F

Tints of Half Baked #5F958F

Color information

#5F958F (or 0x5F958F) is unknown color: approx Half Baked. HEX triplet: 5F, 95 and 8F. RGB value is (95,149,143). Sum of RGB (Red+Green+Blue) = 95+149+143=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #5F958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F958F is #A06A70. Grayscale: #848484. Windows color (decimal): -10513009 or 9409887. OLE color: 9409887.

HSL color Cylindrical-coordinate representation of color #5F958F: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F958F is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB95149143-
CMYK0.3600.040.42
HSL173.33º22.13%47.84%-
HSV(B)173.33º36.24%58.43%-
XYZ20.4225.9129.91-
YUV132.17134.11101.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.55%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=24.55%
G=38.50%
B=36.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951491430.3600.040.42173.3322.1347.84
Hex5F958F24042Aad1630
Octal1372252174404522552660
Binary1011111100101011000111110010001001010101010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,143); }

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

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

 a { background-color: rgb(95,149,143); }

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

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

 span { border-color: rgb(95,149,143); }

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