Html Css Color HEX #31B143 Fruit Salad

📋 copy color: '#31B143'

red 49 ◦ green 177 ◦ blue 67

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

Shades of Fruit Salad #31B143

Tints of Fruit Salad #31B143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.41%

 BLUE value IS 67 (26.56% from 255) = 22.87%

R = 16.72%
G = 60.41%
B = 22.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#31B143 (or 0x31B143) is known color: Fruit Salad. HEX triplet: 31, B1 and 43. RGB value is (49,177,67). Sum of RGB (Red+Green+Blue) = 49+177+67=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #31B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B143 is #CE4EBC. Grayscale: #7E7E7E. Windows color (decimal): -13520573 or 4436273. OLE color: 4436273.

HSL color Cylindrical-coordinate representation of color #31B143: hue angle of 128.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B143 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 177 67 -
CMYK 0.72 0 0.62 0.31
HSL 128.44º 0.57% 0.44% -
HSV(B) 128.44º 0.72% 0.69% -
XYZ 18 32.5 10.64 -
YUV 126.19 94.59 72.94 -
System Red Green Blue C M Y K H S L
Decimal 49 177 67 0.72 0 0.62 0.31 128.44 0.57 0.44
Hex 31 B1 43 48 0 3E 1F 80 39 2C
Octal 61 261 103 110 0 76 37 200 71 54
Binary 110001 10110001 1000011 1001000 0 111110 11111 10000000 111001 101100

Color Harmonies of #31B143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B143

Black with #31B143

Text Example


Text Example

White with #31B143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,177,67); }

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

background-color css

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

 a { background-color: rgb(49,177,67); }

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

border-color css

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

 span { border-color: rgb(49,177,67); }

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