Html Css Color HEX #42AB50 Fruit Salad

📋 copy color: '#42AB50'

red 66 ◦ green 171 ◦ blue 80

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

Shades of Fruit Salad #42AB50

Tints of Fruit Salad #42AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

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

R = 20.82%
G = 53.94%
B = 25.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#42AB50 (or 0x42AB50) is known color: Fruit Salad. HEX triplet: 42, AB and 50. RGB value is (66,171,80). Sum of RGB (Red+Green+Blue) = 66+171+80=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AB50 is #BD54AF. Grayscale: #818181. Windows color (decimal): -12407984 or 5286722. OLE color: 5286722.

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

Color convert

RGB 66 171 80 -
CMYK 0.61 0 0.53 0.33
HSL 128º 0.44% 0.46% -
HSV(B) 128º 0.61% 0.67% -
XYZ 18.26 30.86 12.58 -
YUV 129.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 66 171 80 0.61 0 0.53 0.33 128 0.44 0.46
Hex 42 AB 50 3D 0 35 21 80 2C 2E
Octal 102 253 120 75 0 65 41 200 54 56
Binary 1000010 10101011 1010000 111101 0 110101 100001 10000000 101100 101110

Color Harmonies of #42AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB50

Black with #42AB50

Text Example


Text Example

White with #42AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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