Html Css Color HEX #42AC50 Fruit Salad

📋 copy color: '#42AC50'

red 66 ◦ green 172 ◦ blue 80

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

Shades of Fruit Salad #42AC50

Tints of Fruit Salad #42AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 20.75%
G = 54.09%
B = 25.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#42AC50 (or 0x42AC50) is known color: Fruit Salad. HEX triplet: 42, AC and 50. RGB value is (66,172,80). Sum of RGB (Red+Green+Blue) = 66+172+80=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AC50 is #BD53AF. Grayscale: #828282. Windows color (decimal): -12407728 or 5286978. OLE color: 5286978.

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

Color convert

RGB 66 172 80 -
CMYK 0.62 0 0.53 0.33
HSL 127.92º 0.45% 0.47% -
HSV(B) 127.92º 0.62% 0.67% -
XYZ 18.45 31.24 12.65 -
YUV 129.82 99.88 82.48 -
System Red Green Blue C M Y K H S L
Decimal 66 172 80 0.62 0 0.53 0.33 127.92 0.45 0.47
Hex 42 AC 50 3E 0 35 21 80 2D 2F
Octal 102 254 120 76 0 65 41 200 55 57
Binary 1000010 10101100 1010000 111110 0 110101 100001 10000000 101101 101111

Color Harmonies of #42AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC50

Black with #42AC50

Text Example


Text Example

White with #42AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,80); }

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

background-color css

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

 a { background-color: rgb(66,172,80); }

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

border-color css

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

 span { border-color: rgb(66,172,80); }

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