#42B950

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

Shades of Fruit Salad #42B950

Tints of Fruit Salad #42B950

Color information

#42B950 (or 0x42B950) is unknown color: approx Fruit Salad. HEX triplet: 42, B9 and 50. RGB value is (66,185,80). Sum of RGB (Red+Green+Blue) = 66+185+80=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #42B950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B950 is #BD46AF. Grayscale: #898989. Windows color (decimal): -12404400 or 5290306. OLE color: 5290306.

HSL color Cylindrical-coordinate representation of color #42B950: hue angle of 127.06º 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 #42B950 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB6618580-
CMYK0.6400.570.27
HSL127.06º47.41%49.22%-
HSV(B)127.06º64.32%72.55%-
XYZ21.0436.4413.51-
YUV137.4595.5877.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 185 (72.66% from 255) = 55.89%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=19.94%
G=55.89%
B=24.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185800.6400.570.27127.0647.4149.22
Hex42B950400391B7f2f31
Octal102271120100071331775761
Binary100001010111001101000010000000111001110111111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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