#42B74E

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

Shades of Fruit Salad #42B74E

Tints of Fruit Salad #42B74E

Color information

#42B74E (or 0x42B74E) is unknown color: approx Fruit Salad. HEX triplet: 42, B7 and 4E. RGB value is (66,183,78). Sum of RGB (Red+Green+Blue) = 66+183+78=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #42B74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B74E is #BD48B1. Grayscale: #888888. Windows color (decimal): -12404914 or 5158722. OLE color: 5158722.

HSL color Cylindrical-coordinate representation of color #42B74E: hue angle of 126.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B74E is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB6618378-
CMYK0.6400.570.28
HSL126.15º46.99%48.82%-
HSV(B)126.15º63.93%71.76%-
XYZ20.5635.5812.99-
YUV136.0595.2478.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 183 (71.88% from 255) = 55.96%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=20.18%
G=55.96%
B=23.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66183780.6400.570.28126.1546.9948.82
Hex42B74E400391C7e2f31
Octal102267116100071341765761
Binary100001010110111100111010000000111001111001111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,183,78); }

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

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

 a { background-color: rgb(66,183,78); }

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

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

 span { border-color: rgb(66,183,78); }

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