Html Css Color HEX #31C101 Kelly Green

📋 copy color: '#31C101'

red 49 ◦ green 193 ◦ blue 1

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

Shades of Kelly Green #31C101

Tints of Kelly Green #31C101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.42%

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

R = 20.16%
G = 79.42%
B = 0.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#31C101 (or 0x31C101) is known color: Kelly Green. HEX triplet: 31, C1 and 01. RGB value is (49,193,1). Sum of RGB (Red+Green+Blue) = 49+193+1=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 193 (75.78% from 255 or 79.42% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 193 - color contains mainly: green. Hex color #31C101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C101 is #CE3EFE. Grayscale: #808080. Windows color (decimal): -13516543 or 114993. OLE color: 114993.

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

Color convert

RGB 49 193 1 -
CMYK 0.75 0 0.99 0.24
HSL 105º 0.99% 0.38% -
HSV(B) 105º 0.99% 0.76% -
XYZ 20.34 38.8 6.44 -
YUV 128.06 56.29 71.61 -
System Red Green Blue C M Y K H S L
Decimal 49 193 1 0.75 0 0.99 0.24 105 0.99 0.38
Hex 31 C1 1 4B 0 63 18 69 63 26
Octal 61 301 1 113 0 143 30 151 143 46
Binary 110001 11000001 1 1001011 0 1100011 11000 1101001 1100011 100110

Color Harmonies of #31C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31C101

Black with #31C101

Text Example


Text Example

White with #31C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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