Html Css Color HEX #31B144 Fruit Salad

📋 copy color: '#31B144'

red 49 ◦ green 177 ◦ blue 68

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

Shades of Fruit Salad #31B144

Tints of Fruit Salad #31B144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 16.67%
G = 60.2%
B = 23.13%

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

#31B144 (or 0x31B144) is known color: Fruit Salad. HEX triplet: 31, B1 and 44. RGB value is (49,177,68). Sum of RGB (Red+Green+Blue) = 49+177+68=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #31B144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B144 is #CE4EBB. Grayscale: #7E7E7E. Windows color (decimal): -13520572 or 4501809. OLE color: 4501809.

HSL color Cylindrical-coordinate representation of color #31B144: hue angle of 128.91º 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 #31B144 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 177 68 -
CMYK 0.72 0 0.62 0.31
HSL 128.91º 0.57% 0.44% -
HSV(B) 128.91º 0.72% 0.69% -
XYZ 18.03 32.51 10.79 -
YUV 126.3 95.09 72.86 -
System Red Green Blue C M Y K H S L
Decimal 49 177 68 0.72 0 0.62 0.31 128.91 0.57 0.44
Hex 31 B1 44 48 0 3E 1F 81 39 2C
Octal 61 261 104 110 0 76 37 201 71 54
Binary 110001 10110001 1000100 1001000 0 111110 11111 10000001 111001 101100

Color Harmonies of #31B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B144

Black with #31B144

Text Example


Text Example

White with #31B144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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