#42a950

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

Shades of Fruit Salad #42A950

Tints of Fruit Salad #42A950

Color information

#42A950 (or 0x42A950) is unknown color: approx Fruit Salad. HEX triplet: 42, A9 and 50. RGB value is (66,169,80). Sum of RGB (Red+Green+Blue) = 66+169+80=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #42A950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A950 is #BD56AF. Grayscale: #808080. Windows color (decimal): -12408496 or 5286210. OLE color: 5286210.

HSL color Cylindrical-coordinate representation of color #42A950: hue angle of 128.16º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A950 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB6616980-
CMYK0.6100.530.34
HSL128.16º43.83%46.08%-
HSV(B)128.16º60.95%66.27%-
XYZ17.8830.1112.46-
YUV128.06100.8883.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 169 (66.41% from 255) = 53.65%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=20.95%
G=53.65%
B=25.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66169800.6100.530.34128.1643.8346.08
Hex42A9503D03522802c2e
Octal10225112075065422005456
Binary1000010101010011010000111101011010110001010000000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42a950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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