Html Css Color HEX #31AF43 Fruit Salad

📋 copy color: '#31AF43'

red 49 ◦ green 175 ◦ blue 67

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

Shades of Fruit Salad #31AF43

Tints of Fruit Salad #31AF43

RGB

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

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

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

R = 16.84%
G = 60.14%
B = 23.02%

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

#31AF43 (or 0x31AF43) is known color: Fruit Salad. HEX triplet: 31, AF and 43. RGB value is (49,175,67). Sum of RGB (Red+Green+Blue) = 49+175+67=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF43 is #CE50BC. Grayscale: #7D7D7D. Windows color (decimal): -13521085 or 4435761. OLE color: 4435761.

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

Color convert

RGB 49 175 67 -
CMYK 0.72 0 0.62 0.31
HSL 128.57º 0.56% 0.44% -
HSV(B) 128.57º 0.72% 0.69% -
XYZ 17.61 31.72 10.5 -
YUV 125.01 95.26 73.78 -
System Red Green Blue C M Y K H S L
Decimal 49 175 67 0.72 0 0.62 0.31 128.57 0.56 0.44
Hex 31 AF 43 48 0 3E 1F 81 38 2C
Octal 61 257 103 110 0 76 37 201 70 54
Binary 110001 10101111 1000011 1001000 0 111110 11111 10000001 111000 101100

Color Harmonies of #31AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF43

Black with #31AF43

Text Example


Text Example

White with #31AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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