#42BB47

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

Shades of Fruit Salad #42BB47

Tints of Fruit Salad #42BB47

Color information

#42BB47 (or 0x42BB47) is unknown color: approx Fruit Salad. HEX triplet: 42, BB and 47. RGB value is (66,187,71). Sum of RGB (Red+Green+Blue) = 66+187+71=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB47 is #BD44B8. Grayscale: #898989. Windows color (decimal): -12403897 or 4700994. OLE color: 4700994.

HSL color Cylindrical-coordinate representation of color #42BB47: hue angle of 122.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BB47 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB6618771-
CMYK0.6500.620.27
HSL122.48º47.83%49.61%-
HSV(B)122.48º64.71%73.33%-
XYZ21.1537.1512.02-
YUV137.690.4176.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 187 (73.44% from 255) = 57.72%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=20.37%
G=57.72%
B=21.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187710.6500.620.27122.4847.8349.61
Hex42BB474103E1B7a3032
Octal102273107101076331726062
Binary100001010111011100011110000010111110110111111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,71); }

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

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

 a { background-color: rgb(66,187,71); }

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

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

 span { border-color: rgb(66,187,71); }

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