#51bc4b

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

Shades of Fruit Salad #51BC4B

Tints of Fruit Salad #51BC4B

Color information

#51BC4B (or 0x51BC4B) is unknown color: approx Fruit Salad. HEX triplet: 51, BC and 4B. RGB value is (81,188,75). Sum of RGB (Red+Green+Blue) = 81+188+75=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BC4B is #AE43B4. Grayscale: #8F8F8F. Windows color (decimal): -11420597 or 4963409. OLE color: 4963409.

HSL color Cylindrical-coordinate representation of color #51BC4B: hue angle of 116.81º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BC4B is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB8118875-
CMYK0.5700.600.26
HSL116.81º45.75%51.57%-
HSV(B)116.81º60.11%73.73%-
XYZ22.6538.2212.84-
YUV143.1289.5583.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 188 (73.83% from 255) = 54.65%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=23.55%
G=54.65%
B=21.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81188750.5700.600.26116.8145.7551.57
Hex51BC4B3903C1A752e34
Octal12127411371074321655664
Binary10100011011110010010111110010111100110101110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51bc4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,75); }

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

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

 a { background-color: rgb(81,188,75); }

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

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

 span { border-color: rgb(81,188,75); }

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