Html Css Color HEX #31D501 Kelly Green

📋 copy color: '#31D501'

red 49 ◦ green 213 ◦ blue 1

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

Shades of Kelly Green #31D501

Tints of Kelly Green #31D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.99%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 18.63%
G = 80.99%
B = 0.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#31D501 (or 0x31D501) is known color: Kelly Green. HEX triplet: 31, D5 and 01. RGB value is (49,213,1). Sum of RGB (Red+Green+Blue) = 49+213+1=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #31D501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D501 is #CE2AFE. Grayscale: #8C8C8C. Windows color (decimal): -13511423 or 120113. OLE color: 120113.

HSL color Cylindrical-coordinate representation of color #31D501: hue angle of 106.42º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31D501 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 1 -
CMYK 0.77 0 1.00 0.16
HSL 106.42º 0.99% 0.42% -
HSV(B) 106.42º 1% 0.84% -
XYZ 25.07 48.24 8.02 -
YUV 139.8 49.67 63.24 -
System Red Green Blue C M Y K H S L
Decimal 49 213 1 0.77 0 1.00 0.16 106.42 0.99 0.42
Hex 31 D5 1 4D 0 64 10 6A 63 2A
Octal 61 325 1 115 0 144 20 152 143 52
Binary 110001 11010101 1 1001101 0 1100100 10000 1101010 1100011 101010

Color Harmonies of #31D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D501

Black with #31D501

Text Example


Text Example

White with #31D501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,1); }

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

background-color css

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

 a { background-color: rgb(49,213,1); }

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

border-color css

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

 span { border-color: rgb(49,213,1); }

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