Html Css Color HEX #42A846 Fruit Salad

📋 copy color: '#42A846'

red 66 ◦ green 168 ◦ blue 70

#42A846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #42A846

Tints of Fruit Salad #42A846

RGB

 RED value IS 66 (26.17% from 255) = 21.71%

 GREEN value IS 168 (66.02% from 255) = 55.26%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 21.71%
G = 55.26%
B = 23.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#42A846 (or 0x42A846) is known color: Fruit Salad. HEX triplet: 42, A8 and 46. RGB value is (66,168,70). Sum of RGB (Red+Green+Blue) = 66+168+70=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #42A846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A846 is #BD57B9. Grayscale: #7E7E7E. Windows color (decimal): -12408762 or 4630594. OLE color: 4630594.

HSL color Cylindrical-coordinate representation of color #42A846: hue angle of 122.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A846 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 168 70 -
CMYK 0.61 0 0.58 0.34
HSL 122.35º 0.44% 0.46% -
HSV(B) 122.35º 0.61% 0.66% -
XYZ 17.35 29.61 10.59 -
YUV 126.33 96.21 84.97 -
System Red Green Blue C M Y K H S L
Decimal 66 168 70 0.61 0 0.58 0.34 122.35 0.44 0.46
Hex 42 A8 46 3D 0 3A 22 7A 2C 2E
Octal 102 250 106 75 0 72 42 172 54 56
Binary 1000010 10101000 1000110 111101 0 111010 100010 1111010 101100 101110

Color Harmonies of #42A846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A846

Black with #42A846

Text Example


Text Example

White with #42A846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,70); }

 H1.HeaderClassName
 {
   color: #42A846;
 }
 .AnyTagClassName
 {
   color: #42A846;
 }
</style>

background-color css

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

 a { background-color: rgb(66,168,70); }

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

border-color css

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

 span { border-color: rgb(66,168,70); }

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