#51A252

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

Shades of Fruit Salad #51A252

Tints of Fruit Salad #51A252

Color information

#51A252 (or 0x51A252) is unknown color: approx Fruit Salad. HEX triplet: 51, A2 and 52. RGB value is (81,162,82). Sum of RGB (Red+Green+Blue) = 81+162+82=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #51A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A252 is #AE5DAD. Grayscale: #808080. Windows color (decimal): -11427246 or 5415505. OLE color: 5415505.

HSL color Cylindrical-coordinate representation of color #51A252: hue angle of 120.74º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A252 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB8116282-
CMYK0.5000.490.36
HSL120.74º33.33%47.65%-
HSV(B)120.74º50%63.53%-
XYZ17.8428.212.49-
YUV128.66101.6694-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=24.92%
G=49.85%
B=25.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81162820.5000.490.36120.7433.3347.65
Hex51A2523203124792130
Octal12124212262061441714160
Binary101000110100010101001011001001100011001001111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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