Html Css Color HEX #42A547 Fruit Salad

📋 copy color: '#42A547'

red 66 ◦ green 165 ◦ blue 71

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

Shades of Fruit Salad #42A547

Tints of Fruit Salad #42A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.64%

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

R = 21.85%
G = 54.64%
B = 23.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#42A547 (or 0x42A547) is known color: Fruit Salad. HEX triplet: 42, A5 and 47. RGB value is (66,165,71). Sum of RGB (Red+Green+Blue) = 66+165+71=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #42A547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A547 is #BD5AB8. Grayscale: #7C7C7C. Windows color (decimal): -12409529 or 4695362. OLE color: 4695362.

HSL color Cylindrical-coordinate representation of color #42A547: hue angle of 123.03º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A547 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 71 -
CMYK 0.60 0 0.57 0.35
HSL 123.03º 0.43% 0.45% -
HSV(B) 123.03º 0.6% 0.65% -
XYZ 16.84 28.52 10.58 -
YUV 124.68 97.7 86.14 -
System Red Green Blue C M Y K H S L
Decimal 66 165 71 0.60 0 0.57 0.35 123.03 0.43 0.45
Hex 42 A5 47 3C 0 39 23 7B 2B 2D
Octal 102 245 107 74 0 71 43 173 53 55
Binary 1000010 10100101 1000111 111100 0 111001 100011 1111011 101011 101101

Color Harmonies of #42A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A547

Black with #42A547

Text Example


Text Example

White with #42A547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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