Html Css Color HEX #31D605 Kelly Green

📋 copy color: '#31D605'

red 49 ◦ green 214 ◦ blue 5

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

Shades of Kelly Green #31D605

Tints of Kelly Green #31D605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.85%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 18.28%
G = 79.85%
B = 1.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#31D605 (or 0x31D605) is known color: Kelly Green. HEX triplet: 31, D6 and 05. RGB value is (49,214,5). Sum of RGB (Red+Green+Blue) = 49+214+5=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #31D605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D605 is #CE29FA. Grayscale: #8D8D8D. Windows color (decimal): -13511163 or 382513. OLE color: 382513.

HSL color Cylindrical-coordinate representation of color #31D605: hue angle of 107.37º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31D605 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 5 -
CMYK 0.77 0 0.98 0.16
HSL 107.37º 0.95% 0.43% -
HSV(B) 107.37º 0.98% 0.84% -
XYZ 25.34 48.76 8.22 -
YUV 140.84 51.34 62.49 -
System Red Green Blue C M Y K H S L
Decimal 49 214 5 0.77 0 0.98 0.16 107.37 0.95 0.43
Hex 31 D6 5 4D 0 62 10 6B 5F 2B
Octal 61 326 5 115 0 142 20 153 137 53
Binary 110001 11010110 101 1001101 0 1100010 10000 1101011 1011111 101011

Color Harmonies of #31D605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D605

Black with #31D605

Text Example


Text Example

White with #31D605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,214,5); }

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

background-color css

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

 a { background-color: rgb(49,214,5); }

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

border-color css

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

 span { border-color: rgb(49,214,5); }

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