#4BB252

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

Shades of Fruit Salad #4BB252

Tints of Fruit Salad #4BB252

Color information

#4BB252 (or 0x4BB252) is unknown color: approx Fruit Salad. HEX triplet: 4B, B2 and 52. RGB value is (75,178,82). Sum of RGB (Red+Green+Blue) = 75+178+82=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB252 is #B44DAD. Grayscale: #888888. Windows color (decimal): -11816366 or 5419595. OLE color: 5419595.

HSL color Cylindrical-coordinate representation of color #4BB252: hue angle of 124.08º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB252 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB7517882-
CMYK0.5800.540.30
HSL124.08º40.71%49.61%-
HSV(B)124.08º57.87%69.8%-
XYZ20.3533.9513.46-
YUV136.2697.3884.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 178 (69.92% from 255) = 53.13%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=22.39%
G=53.13%
B=24.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75178820.5800.540.30124.0840.7149.61
Hex4BB2523A0361E7c2932
Octal11326212272066361745162
Binary10010111011001010100101110100110110111101111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,82); }

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

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

 a { background-color: rgb(75,178,82); }

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

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

 span { border-color: rgb(75,178,82); }

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