#4CB255

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

Shades of Fruit Salad #4CB255

Tints of Fruit Salad #4CB255

Color information

#4CB255 (or 0x4CB255) is unknown color: approx Fruit Salad. HEX triplet: 4C, B2 and 55. RGB value is (76,178,85). Sum of RGB (Red+Green+Blue) = 76+178+85=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB255 is #B34DAA. Grayscale: #898989. Windows color (decimal): -11750827 or 5616204. OLE color: 5616204.

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

Color convert

RGB7617885-
CMYK0.5700.520.30
HSL125.29º40.16%49.8%-
HSV(B)125.29º57.3%69.8%-
XYZ20.5434.0314.08-
YUV136.998.7184.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=22.42%
G=52.51%
B=25.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76178850.5700.520.30125.2940.1649.8
Hex4CB255390341E7d2832
Octal11426212571064361755062
Binary10011001011001010101011110010110100111101111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,85); }

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

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

 a { background-color: rgb(76,178,85); }

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

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

 span { border-color: rgb(76,178,85); }

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