#4BC753

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

Shades of Fruit Salad #4BC753

Tints of Fruit Salad #4BC753

Color information

#4BC753 (or 0x4BC753) is unknown color: approx Fruit Salad. HEX triplet: 4B, C7 and 53. RGB value is (75,199,83). Sum of RGB (Red+Green+Blue) = 75+199+83=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC753 is #B438AC. Grayscale: #959595. Windows color (decimal): -11810989 or 5490507. OLE color: 5490507.

HSL color Cylindrical-coordinate representation of color #4BC753: hue angle of 123.87º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC753 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB7519983-
CMYK0.6200.580.22
HSL123.87º52.54%53.73%-
HSV(B)123.87º62.31%78.04%-
XYZ24.8942.9715.17-
YUV148.790.9275.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 199 (78.12% from 255) = 55.74%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=21.01%
G=55.74%
B=23.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199830.6200.580.22123.8752.5453.73
Hex4BC7533E03A167c3536
Octal11330712376072261746566
Binary10010111100011110100111111100111010101101111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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