#40B853

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

Shades of Fruit Salad #40B853

Tints of Fruit Salad #40B853

Color information

#40B853 (or 0x40B853) is unknown color: approx Fruit Salad. HEX triplet: 40, B8 and 53. RGB value is (64,184,83). Sum of RGB (Red+Green+Blue) = 64+184+83=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #40B853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B853 is #BF47AC. Grayscale: #888888. Windows color (decimal): -12535725 or 5486656. OLE color: 5486656.

HSL color Cylindrical-coordinate representation of color #40B853: hue angle of 129.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B853 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB6418483-
CMYK0.6500.550.28
HSL129.5º48.39%48.63%-
HSV(B)129.5º65.22%72.16%-
XYZ20.823614.03-
YUV136.6197.7476.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=19.34%
G=55.59%
B=25.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64184830.6500.550.28129.548.3948.63
Hex40B853410371C823031
Octal100270123101067342026061
Binary1000000101110001010011100000101101111110010000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B853; }

 p { color: rgb(64,184,83); }

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

<style>
 a { background-color: #40B853; }

 a { background-color: rgb(64,184,83); }

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

<style>
 span { border-color: #40B853; }

 span { border-color: rgb(64,184,83); }

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