#42BB4B

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

Shades of Fruit Salad #42BB4B

Tints of Fruit Salad #42BB4B

Color information

#42BB4B (or 0x42BB4B) is unknown color: approx Fruit Salad. HEX triplet: 42, BB and 4B. RGB value is (66,187,75). Sum of RGB (Red+Green+Blue) = 66+187+75=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BB4B is #BD44B4. Grayscale: #8A8A8A. Windows color (decimal): -12403893 or 4963138. OLE color: 4963138.

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

Color convert

RGB6618775-
CMYK0.6500.600.27
HSL124.46º47.83%49.61%-
HSV(B)124.46º64.71%73.33%-
XYZ21.2937.2112.72-
YUV138.0592.4176.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 187 (73.44% from 255) = 57.01%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=20.12%
G=57.01%
B=22.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66187750.6500.600.27124.4647.8349.61
Hex42BB4B4103C1B7c3032
Octal102273113101074331746062
Binary100001010111011100101110000010111100110111111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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