Html Css Color HEX #31AF13 Kelly Green

📋 copy color: '#31AF13'

red 49 ◦ green 175 ◦ blue 19

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

Shades of Kelly Green #31AF13

Tints of Kelly Green #31AF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 20.16%
G = 72.02%
B = 7.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#31AF13 (or 0x31AF13) is known color: Kelly Green. HEX triplet: 31, AF and 13. RGB value is (49,175,19). Sum of RGB (Red+Green+Blue) = 49+175+19=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF13 is #CE50EC. Grayscale: #787878. Windows color (decimal): -13521133 or 1290033. OLE color: 1290033.

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

Color convert

RGB 49 175 19 -
CMYK 0.72 0 0.89 0.31
HSL 108.46º 0.8% 0.38% -
HSV(B) 108.46º 0.89% 0.69% -
XYZ 16.71 31.36 5.79 -
YUV 119.54 71.26 77.68 -
System Red Green Blue C M Y K H S L
Decimal 49 175 19 0.72 0 0.89 0.31 108.46 0.8 0.38
Hex 31 AF 13 48 0 59 1F 6C 50 26
Octal 61 257 23 110 0 131 37 154 120 46
Binary 110001 10101111 10011 1001000 0 1011001 11111 1101100 1010000 100110

Color Harmonies of #31AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF13

Black with #31AF13

Text Example


Text Example

White with #31AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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