#53BF52

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

Shades of Fruit Salad #53BF52

Tints of Fruit Salad #53BF52

Color information

#53BF52 (or 0x53BF52) is unknown color: approx Fruit Salad. HEX triplet: 53, BF and 52. RGB value is (83,191,82). Sum of RGB (Red+Green+Blue) = 83+191+82=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF52 is #AC40AD. Grayscale: #929292. Windows color (decimal): -11288750 or 5422931. OLE color: 5422931.

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

Color convert

RGB8319182-
CMYK0.5700.570.25
HSL119.45º45.99%53.53%-
HSV(B)119.45º57.07%74.9%-
XYZ23.7239.7114.4-
YUV146.2891.7282.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=23.31%
G=53.65%
B=23.03%

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
Decimal83191820.5700.570.25119.4545.9953.53
Hex53BF523903919772e36
Octal12327712271071311675666
Binary10100111011111110100101110010111001110011110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BF52; }

 p { color: rgb(83,191,82); }

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

<style>
 a { background-color: #53BF52; }

 a { background-color: rgb(83,191,82); }

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

<style>
 span { border-color: #53BF52; }

 span { border-color: rgb(83,191,82); }

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