Html Css Color HEX #32AF3F Fruit Salad

📋 copy color: '#32AF3F'

red 50 ◦ green 175 ◦ blue 63

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

Shades of Fruit Salad #32AF3F

Tints of Fruit Salad #32AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.76%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 17.36%
G = 60.76%
B = 21.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#32AF3F (or 0x32AF3F) is known color: Fruit Salad. HEX triplet: 32, AF and 3F. RGB value is (50,175,63). Sum of RGB (Red+Green+Blue) = 50+175+63=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF3F is #CD50C0. Grayscale: #7D7D7D. Windows color (decimal): -13455553 or 4173618. OLE color: 4173618.

HSL color Cylindrical-coordinate representation of color #32AF3F: hue angle of 126.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF3F is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 63 -
CMYK 0.71 0 0.64 0.31
HSL 126.24º 0.56% 0.44% -
HSV(B) 126.24º 0.71% 0.69% -
XYZ 17.54 31.7 9.9 -
YUV 124.86 93.09 74.61 -
System Red Green Blue C M Y K H S L
Decimal 50 175 63 0.71 0 0.64 0.31 126.24 0.56 0.44
Hex 32 AF 3F 47 0 40 1F 7E 38 2C
Octal 62 257 77 107 0 100 37 176 70 54
Binary 110010 10101111 111111 1000111 0 1000000 11111 1111110 111000 101100

Color Harmonies of #32AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF3F

Black with #32AF3F

Text Example


Text Example

White with #32AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,63); }

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

background-color css

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

 a { background-color: rgb(50,175,63); }

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

border-color css

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

 span { border-color: rgb(50,175,63); }

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