Html Css Color HEX #31D201 Kelly Green

📋 copy color: '#31D201'

red 49 ◦ green 210 ◦ blue 1

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

Shades of Kelly Green #31D201

Tints of Kelly Green #31D201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.77%

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

R = 18.85%
G = 80.77%
B = 0.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#31D201 (or 0x31D201) is known color: Kelly Green. HEX triplet: 31, D2 and 01. RGB value is (49,210,1). Sum of RGB (Red+Green+Blue) = 49+210+1=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #31D201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D201 is #CE2DFE. Grayscale: #8A8A8A. Windows color (decimal): -13512191 or 119345. OLE color: 119345.

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

Color convert

RGB 49 210 1 -
CMYK 0.77 0 1.00 0.18
HSL 106.22º 0.99% 0.41% -
HSV(B) 106.22º 1% 0.82% -
XYZ 24.32 46.75 7.77 -
YUV 138.04 50.66 64.49 -
System Red Green Blue C M Y K H S L
Decimal 49 210 1 0.77 0 1.00 0.18 106.22 0.99 0.41
Hex 31 D2 1 4D 0 64 12 6A 63 29
Octal 61 322 1 115 0 144 22 152 143 51
Binary 110001 11010010 1 1001101 0 1100100 10010 1101010 1100011 101001

Color Harmonies of #31D201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D201

Black with #31D201

Text Example


Text Example

White with #31D201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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