#51BE52

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

Shades of Fruit Salad #51BE52

Tints of Fruit Salad #51BE52

Color information

#51BE52 (or 0x51BE52) is unknown color: approx Fruit Salad. HEX triplet: 51, BE and 52. RGB value is (81,190,82). Sum of RGB (Red+Green+Blue) = 81+190+82=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #51BE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BE52 is #AE41AD. Grayscale: #919191. Windows color (decimal): -11420078 or 5422673. OLE color: 5422673.

HSL color Cylindrical-coordinate representation of color #51BE52: hue angle of 120.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BE52 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8119082-
CMYK0.5700.570.25
HSL120.55º45.61%53.14%-
HSV(B)120.55º57.37%74.51%-
XYZ23.3339.1914.32-
YUV145.192.3982.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=22.95%
G=53.82%
B=23.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81190820.5700.570.25120.5545.6153.14
Hex51BE523903919792e35
Octal12127612271071311715665
Binary10100011011111010100101110010111001110011111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BE52; }

 p { color: rgb(81,190,82); }

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

<style>
 a { background-color: #51BE52; }

 a { background-color: rgb(81,190,82); }

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

<style>
 span { border-color: #51BE52; }

 span { border-color: rgb(81,190,82); }

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