#57B952

Color #57B952 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #57B952

Tints of Fruit Salad #57B952

Color information

#57B952 (or 0x57B952) is unknown color: approx Fruit Salad. HEX triplet: 57, B9 and 52. RGB value is (87,185,82). Sum of RGB (Red+Green+Blue) = 87+185+82=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #57B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B952 is #A846AD. Grayscale: #909090. Windows color (decimal): -11028142 or 5421399. OLE color: 5421399.

HSL color Cylindrical-coordinate representation of color #57B952: hue angle of 117.09º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57B952 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB8718582-
CMYK0.5300.560.27
HSL117.09º42.39%52.35%-
HSV(B)117.09º55.68%72.55%-
XYZ22.837.3313.99-
YUV143.9693.0387.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 185 (72.66% from 255) = 52.26%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=24.58%
G=52.26%
B=23.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87185820.5300.560.27117.0942.3952.35
Hex57B952350381B752a34
Octal12727112265070331655264
Binary10101111011100110100101101010111000110111110101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57B952; }

 p { color: rgb(87,185,82); }

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

<style>
 a { background-color: #57B952; }

 a { background-color: rgb(87,185,82); }

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

<style>
 span { border-color: #57B952; }

 span { border-color: rgb(87,185,82); }

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