Html Css Color HEX #31BC10 Kelly Green

📋 copy color: '#31BC10'

red 49 ◦ green 188 ◦ blue 16

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

Shades of Kelly Green #31BC10

Tints of Kelly Green #31BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.31%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 19.37%
G = 74.31%
B = 6.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#31BC10 (or 0x31BC10) is known color: Kelly Green. HEX triplet: 31, BC and 10. RGB value is (49,188,16). Sum of RGB (Red+Green+Blue) = 49+188+16=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC10 is #CE43EF. Grayscale: #7F7F7F. Windows color (decimal): -13517808 or 1096753. OLE color: 1096753.

HSL color Cylindrical-coordinate representation of color #31BC10: hue angle of 108.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31BC10 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 16 -
CMYK 0.74 0 0.91 0.26
HSL 108.49º 0.84% 0.4% -
HSV(B) 108.49º 0.91% 0.74% -
XYZ 19.34 36.66 6.55 -
YUV 126.83 65.45 72.49 -
System Red Green Blue C M Y K H S L
Decimal 49 188 16 0.74 0 0.91 0.26 108.49 0.84 0.4
Hex 31 BC 10 4A 0 5B 1A 6C 54 28
Octal 61 274 20 112 0 133 32 154 124 50
Binary 110001 10111100 10000 1001010 0 1011011 11010 1101100 1010100 101000

Color Harmonies of #31BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC10

Black with #31BC10

Text Example


Text Example

White with #31BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,16); }

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

background-color css

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

 a { background-color: rgb(49,188,16); }

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

border-color css

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

 span { border-color: rgb(49,188,16); }

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