Html Css Color HEX #31C001 Kelly Green

📋 copy color: '#31C001'

red 49 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #31C001

Tints of Kelly Green #31C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.34%

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

R = 20.25%
G = 79.34%
B = 0.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#31C001 (or 0x31C001) is known color: Kelly Green. HEX triplet: 31, C0 and 01. RGB value is (49,192,1). Sum of RGB (Red+Green+Blue) = 49+192+1=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #31C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C001 is #CE3FFE. Grayscale: #808080. Windows color (decimal): -13516799 or 114737. OLE color: 114737.

HSL color Cylindrical-coordinate representation of color #31C001: hue angle of 104.92º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31C001 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 192 1 -
CMYK 0.74 0 0.99 0.25
HSL 104.92º 0.99% 0.38% -
HSV(B) 104.92º 0.99% 0.75% -
XYZ 20.12 38.35 6.37 -
YUV 127.47 56.62 72.03 -
System Red Green Blue C M Y K H S L
Decimal 49 192 1 0.74 0 0.99 0.25 104.92 0.99 0.38
Hex 31 C0 1 4A 0 63 19 69 63 26
Octal 61 300 1 112 0 143 31 151 143 46
Binary 110001 11000000 1 1001010 0 1100011 11001 1101001 1100011 100110

Color Harmonies of #31C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C001

Black with #31C001

Text Example


Text Example

White with #31C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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