Html Css Color HEX #31AF3F Fruit Salad

📋 copy color: '#31AF3F'

red 49 ◦ green 175 ◦ blue 63

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

Shades of Fruit Salad #31AF3F

Tints of Fruit Salad #31AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 17.07%
G = 60.98%
B = 21.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#31AF3F (or 0x31AF3F) is known color: Fruit Salad. HEX triplet: 31, AF and 3F. RGB value is (49,175,63). Sum of RGB (Red+Green+Blue) = 49+175+63=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF3F is #CE50C0. Grayscale: #7C7C7C. Windows color (decimal): -13521089 or 4173617. OLE color: 4173617.

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

Color convert

RGB 49 175 63 -
CMYK 0.72 0 0.64 0.31
HSL 126.67º 0.56% 0.44% -
HSV(B) 126.67º 0.72% 0.69% -
XYZ 17.49 31.67 9.89 -
YUV 124.56 93.26 74.11 -
System Red Green Blue C M Y K H S L
Decimal 49 175 63 0.72 0 0.64 0.31 126.67 0.56 0.44
Hex 31 AF 3F 48 0 40 1F 7F 38 2C
Octal 61 257 77 110 0 100 37 177 70 54
Binary 110001 10101111 111111 1001000 0 1000000 11111 1111111 111000 101100

Color Harmonies of #31AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF3F

Black with #31AF3F

Text Example


Text Example

White with #31AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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