#44C852

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

Shades of Fruit Salad #44C852

Tints of Fruit Salad #44C852

Color information

#44C852 (or 0x44C852) is unknown color: approx Fruit Salad. HEX triplet: 44, C8 and 52. RGB value is (68,200,82). Sum of RGB (Red+Green+Blue) = 68+200+82=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #44C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C852 is #BB37AD. Grayscale: #939393. Windows color (decimal): -12269486 or 5425220. OLE color: 5425220.

HSL color Cylindrical-coordinate representation of color #44C852: hue angle of 126.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C852 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB6820082-
CMYK0.6600.590.22
HSL126.36º54.55%52.55%-
HSV(B)126.36º66%78.43%-
XYZ24.5643.1515.02-
YUV147.0891.2771.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 200 (78.52% from 255) = 57.14%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=19.43%
G=57.14%
B=23.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68200820.6600.590.22126.3654.5552.55
Hex44C8524203B167e3735
Octal104310122102073261766765
Binary100010011001000101001010000100111011101101111110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44C852; }

 p { color: rgb(68,200,82); }

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

<style>
 a { background-color: #44C852; }

 a { background-color: rgb(68,200,82); }

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

<style>
 span { border-color: #44C852; }

 span { border-color: rgb(68,200,82); }

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