Html Css Color HEX #519101 Limeade

📋 copy color: '#519101'

red 81 ◦ green 145 ◦ blue 1

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

Shades of Limeade #519101

Tints of Limeade #519101

RGB

 RED value IS 81 (32.03% from 255) = 35.68%

 GREEN value IS 145 (57.03% from 255) = 63.88%

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

R = 35.68%
G = 63.88%
B = 0.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#519101 (or 0x519101) is known color: Limeade. HEX triplet: 51, 91 and 01. RGB value is (81,145,1). Sum of RGB (Red+Green+Blue) = 81+145+1=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #519101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519101 is #AE6EFE. Grayscale: #6D6D6D. Windows color (decimal): -11431679 or 102737. OLE color: 102737.

HSL color Cylindrical-coordinate representation of color #519101: hue angle of 86.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519101 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 1 -
CMYK 0.44 0 0.99 0.43
HSL 86.67º 0.99% 0.29% -
HSV(B) 86.67º 0.99% 0.57% -
XYZ 13.52 22 3.56 -
YUV 109.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 81 145 1 0.44 0 0.99 0.43 86.67 0.99 0.29
Hex 51 91 1 2C 0 63 2B 57 63 1D
Octal 121 221 1 54 0 143 53 127 143 35
Binary 1010001 10010001 1 101100 0 1100011 101011 1010111 1100011 11101

Color Harmonies of #519101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519101

Black with #519101

Text Example


Text Example

White with #519101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519101; }

 p { color: rgb(81,145,1); }

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

background-color css

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

 a { background-color: rgb(81,145,1); }

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

border-color css

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

 span { border-color: rgb(81,145,1); }

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