Html Css Color HEX #31AF40 Fruit Salad

📋 copy color: '#31AF40'

red 49 ◦ green 175 ◦ blue 64

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

Shades of Fruit Salad #31AF40

Tints of Fruit Salad #31AF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 17.01%
G = 60.76%
B = 22.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#31AF40 (or 0x31AF40) is known color: Fruit Salad. HEX triplet: 31, AF and 40. RGB value is (49,175,64). Sum of RGB (Red+Green+Blue) = 49+175+64=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF40 is #CE50BF. Grayscale: #7C7C7C. Windows color (decimal): -13521088 or 4239153. OLE color: 4239153.

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

Color convert

RGB 49 175 64 -
CMYK 0.72 0 0.63 0.31
HSL 127.14º 0.56% 0.44% -
HSV(B) 127.14º 0.72% 0.69% -
XYZ 17.52 31.68 10.04 -
YUV 124.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 49 175 64 0.72 0 0.63 0.31 127.14 0.56 0.44
Hex 31 AF 40 48 0 3F 1F 7F 38 2C
Octal 61 257 100 110 0 77 37 177 70 54
Binary 110001 10101111 1000000 1001000 0 111111 11111 1111111 111000 101100

Color Harmonies of #31AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF40

Black with #31AF40

Text Example


Text Example

White with #31AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,64); }

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

background-color css

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

 a { background-color: rgb(49,175,64); }

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

border-color css

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

 span { border-color: rgb(49,175,64); }

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