Html Css Color HEX #32AB42 Fruit Salad

📋 copy color: '#32AB42'

red 50 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #32AB42

Tints of Fruit Salad #32AB42

RGB

 RED value IS 50 (19.92% from 255) = 17.42%

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 17.42%
G = 59.58%
B = 23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#32AB42 (or 0x32AB42) is known color: Fruit Salad. HEX triplet: 32, AB and 42. RGB value is (50,171,66). Sum of RGB (Red+Green+Blue) = 50+171+66=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB42 is #CD54BD. Grayscale: #7B7B7B. Windows color (decimal): -13456574 or 4369202. OLE color: 4369202.

HSL color Cylindrical-coordinate representation of color #32AB42: hue angle of 127.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB42 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 66 -
CMYK 0.71 0 0.61 0.33
HSL 127.93º 0.55% 0.43% -
HSV(B) 127.93º 0.71% 0.67% -
XYZ 16.86 30.2 10.09 -
YUV 122.85 95.91 76.04 -
System Red Green Blue C M Y K H S L
Decimal 50 171 66 0.71 0 0.61 0.33 127.93 0.55 0.43
Hex 32 AB 42 47 0 3D 21 80 37 2B
Octal 62 253 102 107 0 75 41 200 67 53
Binary 110010 10101011 1000010 1000111 0 111101 100001 10000000 110111 101011

Color Harmonies of #32AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB42

Black with #32AB42

Text Example


Text Example

White with #32AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AB42; }

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

 H1.HeaderClassName
 {
   color: #32AB42;
 }
 .AnyTagClassName
 {
   color: #32AB42;
 }
</style>

background-color css

<style>
 a { background-color: #32AB42; }

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

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

border-color css

<style>
 span { border-color: #32AB42; }

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

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