#42B94B

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

Shades of Fruit Salad #42B94B

Tints of Fruit Salad #42B94B

Color information

#42B94B (or 0x42B94B) is unknown color: approx Fruit Salad. HEX triplet: 42, B9 and 4B. RGB value is (66,185,75). Sum of RGB (Red+Green+Blue) = 66+185+75=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #42B94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B94B is #BD46B4. Grayscale: #898989. Windows color (decimal): -12404405 or 4962626. OLE color: 4962626.

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

Color convert

RGB6618575-
CMYK0.6400.590.27
HSL124.54º47.41%49.22%-
HSV(B)124.54º64.32%72.55%-
XYZ20.8736.3612.58-
YUV136.8893.0877.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 185 (72.66% from 255) = 56.75%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=20.25%
G=56.75%
B=23.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66185750.6400.590.27124.5447.4149.22
Hex42B94B4003B1B7d2f31
Octal102271113100073331755761
Binary100001010111001100101110000000111011110111111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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