Html Css Color HEX #31A50B Kelly Green

📋 copy color: '#31A50B'

red 49 ◦ green 165 ◦ blue 11

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

Shades of Kelly Green #31A50B

Tints of Kelly Green #31A50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 73.33%

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 21.78%
G = 73.33%
B = 4.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#31A50B (or 0x31A50B) is known color: Kelly Green. HEX triplet: 31, A5 and 0B. RGB value is (49,165,11). Sum of RGB (Red+Green+Blue) = 49+165+11=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #31A50B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A50B is #CE5AF4. Grayscale: #717171. Windows color (decimal): -13523701 or 763185. OLE color: 763185.

HSL color Cylindrical-coordinate representation of color #31A50B: hue angle of 105.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31A50B is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 165 11 -
CMYK 0.70 0 0.93 0.35
HSL 105.19º 0.88% 0.35% -
HSV(B) 105.19º 0.93% 0.65% -
XYZ 14.78 27.59 4.86 -
YUV 112.76 70.57 82.52 -
System Red Green Blue C M Y K H S L
Decimal 49 165 11 0.70 0 0.93 0.35 105.19 0.88 0.35
Hex 31 A5 B 46 0 5D 23 69 58 23
Octal 61 245 13 106 0 135 43 151 130 43
Binary 110001 10100101 1011 1000110 0 1011101 100011 1101001 1011000 100011

Color Harmonies of #31A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A50B

Black with #31A50B

Text Example


Text Example

White with #31A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,11); }

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

background-color css

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

 a { background-color: rgb(49,165,11); }

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

border-color css

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

 span { border-color: rgb(49,165,11); }

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