Html Css Color HEX #42AD47 Fruit Salad

📋 copy color: '#42AD47'

red 66 ◦ green 173 ◦ blue 71

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

Shades of Fruit Salad #42AD47

Tints of Fruit Salad #42AD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.81%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 21.29%
G = 55.81%
B = 22.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#42AD47 (or 0x42AD47) is known color: Fruit Salad. HEX triplet: 42, AD and 47. RGB value is (66,173,71). Sum of RGB (Red+Green+Blue) = 66+173+71=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD47 is #BD52B8. Grayscale: #818181. Windows color (decimal): -12407481 or 4697410. OLE color: 4697410.

HSL color Cylindrical-coordinate representation of color #42AD47: hue angle of 122.8º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD47 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 173 71 -
CMYK 0.62 0 0.59 0.32
HSL 122.8º 0.45% 0.47% -
HSV(B) 122.8º 0.62% 0.68% -
XYZ 18.33 31.5 11.08 -
YUV 129.38 95.05 82.79 -
System Red Green Blue C M Y K H S L
Decimal 66 173 71 0.62 0 0.59 0.32 122.8 0.45 0.47
Hex 42 AD 47 3E 0 3B 20 7B 2D 2F
Octal 102 255 107 76 0 73 40 173 55 57
Binary 1000010 10101101 1000111 111110 0 111011 100000 1111011 101101 101111

Color Harmonies of #42AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AD47

Black with #42AD47

Text Example


Text Example

White with #42AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,71); }

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

background-color css

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

 a { background-color: rgb(66,173,71); }

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

border-color css

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

 span { border-color: rgb(66,173,71); }

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