Html Css Color HEX #31A80F Kelly Green

📋 copy color: '#31A80F'

red 49 ◦ green 168 ◦ blue 15

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

Shades of Kelly Green #31A80F

Tints of Kelly Green #31A80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 72.41%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 21.12%
G = 72.41%
B = 6.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#31A80F (or 0x31A80F) is known color: Kelly Green. HEX triplet: 31, A8 and 0F. RGB value is (49,168,15). Sum of RGB (Red+Green+Blue) = 49+168+15=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 168 (66.02% from 255 or 72.41% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 168 - color contains mainly: green. Hex color #31A80F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A80F is #CE57F0. Grayscale: #737373. Windows color (decimal): -13522929 or 1026097. OLE color: 1026097.

HSL color Cylindrical-coordinate representation of color #31A80F: hue angle of 106.67º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31A80F is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 168 15 -
CMYK 0.71 0 0.91 0.34
HSL 106.67º 0.84% 0.36% -
HSV(B) 106.67º 0.91% 0.66% -
XYZ 15.36 28.69 5.18 -
YUV 114.98 71.58 80.94 -
System Red Green Blue C M Y K H S L
Decimal 49 168 15 0.71 0 0.91 0.34 106.67 0.84 0.36
Hex 31 A8 F 47 0 5B 22 6B 54 24
Octal 61 250 17 107 0 133 42 153 124 44
Binary 110001 10101000 1111 1000111 0 1011011 100010 1101011 1010100 100100

Color Harmonies of #31A80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A80F

Black with #31A80F

Text Example


Text Example

White with #31A80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,168,15); }

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

background-color css

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

 a { background-color: rgb(49,168,15); }

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

border-color css

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

 span { border-color: rgb(49,168,15); }

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