#42BB45

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

Shades of Fruit Salad #42BB45

Tints of Fruit Salad #42BB45

Color information

#42BB45 (or 0x42BB45) is unknown color: approx Fruit Salad. HEX triplet: 42, BB and 45. RGB value is (66,187,69). Sum of RGB (Red+Green+Blue) = 66+187+69=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB45 is #BD44BA. Grayscale: #898989. Windows color (decimal): -12403899 or 4569922. OLE color: 4569922.

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

Color convert

RGB6618769-
CMYK0.6500.630.27
HSL121.49º47.83%49.61%-
HSV(B)121.49º64.71%73.33%-
XYZ21.0937.1311.69-
YUV137.3789.4177.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 187 (73.44% from 255) = 58.07%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=20.50%
G=58.07%
B=21.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187690.6500.630.27121.4947.8349.61
Hex42BB454103F1B793032
Octal102273105101077331716062
Binary100001010111011100010110000010111111110111111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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