#4BBE53

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

Shades of Fruit Salad #4BBE53

Tints of Fruit Salad #4BBE53

Color information

#4BBE53 (or 0x4BBE53) is unknown color: approx Fruit Salad. HEX triplet: 4B, BE and 53. RGB value is (75,190,83). Sum of RGB (Red+Green+Blue) = 75+190+83=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE53 is #B441AC. Grayscale: #8F8F8F. Windows color (decimal): -11813293 or 5488203. OLE color: 5488203.

HSL color Cylindrical-coordinate representation of color #4BBE53: hue angle of 124.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE53 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB7519083-
CMYK0.6100.560.25
HSL124.17º46.94%51.96%-
HSV(B)124.17º60.53%74.51%-
XYZ22.8838.9514.5-
YUV143.4293.979.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 190 (74.61% from 255) = 54.60%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=21.55%
G=54.60%
B=23.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190830.6100.560.25124.1746.9451.96
Hex4BBE533D038197c2f34
Octal11327612375070311745764
Binary10010111011111010100111111010111000110011111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBE53; }

 p { color: rgb(75,190,83); }

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

<style>
 a { background-color: #4BBE53; }

 a { background-color: rgb(75,190,83); }

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

<style>
 span { border-color: #4BBE53; }

 span { border-color: rgb(75,190,83); }

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