#42b952

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

Shades of Fruit Salad #42B952

Tints of Fruit Salad #42B952

Color information

#42B952 (or 0x42B952) is unknown color: approx Fruit Salad. HEX triplet: 42, B9 and 52. RGB value is (66,185,82). Sum of RGB (Red+Green+Blue) = 66+185+82=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #42B952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B952 is #BD46AD. Grayscale: #898989. Windows color (decimal): -12404398 or 5421378. OLE color: 5421378.

HSL color Cylindrical-coordinate representation of color #42B952: hue angle of 128.07º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B952 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB6618582-
CMYK0.6400.560.27
HSL128.07º47.41%49.22%-
HSV(B)128.07º64.32%72.55%-
XYZ21.1236.4713.91-
YUV137.6896.5876.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 185 (72.66% from 255) = 55.56%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=19.82%
G=55.56%
B=24.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185820.6400.560.27128.0747.4149.22
Hex42B952400381B802f31
Octal102271122100070332005761
Binary1000010101110011010010100000001110001101110000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42b952; }

 p { color: rgb(66,185,82); }

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

<style>
 a { background-color: #42b952; }

 a { background-color: rgb(66,185,82); }

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

<style>
 span { border-color: #42b952; }

 span { border-color: rgb(66,185,82); }

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