Html Css Color HEX #31A941 Fruit Salad

📋 copy color: '#31A941'

red 49 ◦ green 169 ◦ blue 65

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

Shades of Fruit Salad #31A941

Tints of Fruit Salad #31A941

RGB

 RED value IS 49 (19.53% from 255) = 17.31%

 GREEN value IS 169 (66.41% from 255) = 59.72%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 17.31%
G = 59.72%
B = 22.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#31A941 (or 0x31A941) is known color: Fruit Salad. HEX triplet: 31, A9 and 41. RGB value is (49,169,65). Sum of RGB (Red+Green+Blue) = 49+169+65=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 169 (66.41% from 255 or 59.72% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 169 - color contains mainly: green. Hex color #31A941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A941 is #CE56BE. Grayscale: #797979. Windows color (decimal): -13522623 or 4303153. OLE color: 4303153.

HSL color Cylindrical-coordinate representation of color #31A941: hue angle of 128º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A941 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 169 65 -
CMYK 0.71 0 0.62 0.34
HSL 128º 0.55% 0.43% -
HSV(B) 128º 0.71% 0.66% -
XYZ 16.41 29.41 9.81 -
YUV 121.26 96.24 76.46 -
System Red Green Blue C M Y K H S L
Decimal 49 169 65 0.71 0 0.62 0.34 128 0.55 0.43
Hex 31 A9 41 47 0 3E 22 80 37 2B
Octal 61 251 101 107 0 76 42 200 67 53
Binary 110001 10101001 1000001 1000111 0 111110 100010 10000000 110111 101011

Color Harmonies of #31A941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A941

Black with #31A941

Text Example


Text Example

White with #31A941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A941; }

 p { color: rgb(49,169,65); }

 H1.HeaderClassName
 {
   color: #31A941;
 }
 .AnyTagClassName
 {
   color: #31A941;
 }
</style>

background-color css

<style>
 a { background-color: #31A941; }

 a { background-color: rgb(49,169,65); }

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

border-color css

<style>
 span { border-color: #31A941; }

 span { border-color: rgb(49,169,65); }

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