Html Css Color HEX #51980D Limeade

📋 copy color: '#51980D'

red 81 ◦ green 152 ◦ blue 13

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

Shades of Limeade #51980D

Tints of Limeade #51980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.79%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 32.93%
G = 61.79%
B = 5.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#51980D (or 0x51980D) is known color: Limeade. HEX triplet: 51, 98 and 0D. RGB value is (81,152,13). Sum of RGB (Red+Green+Blue) = 81+152+13=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #51980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51980D is #AE67F2. Grayscale: #737373. Windows color (decimal): -11429875 or 890961. OLE color: 890961.

HSL color Cylindrical-coordinate representation of color #51980D: hue angle of 90.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51980D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 13 -
CMYK 0.47 0 0.91 0.40
HSL 90.65º 0.84% 0.32% -
HSV(B) 90.65º 0.91% 0.6% -
XYZ 14.69 24.23 4.28 -
YUV 114.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 81 152 13 0.47 0 0.91 0.40 90.65 0.84 0.32
Hex 51 98 D 2F 0 5B 28 5B 54 20
Octal 121 230 15 57 0 133 50 133 124 40
Binary 1010001 10011000 1101 101111 0 1011011 101000 1011011 1010100 100000

Color Harmonies of #51980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51980D

Black with #51980D

Text Example


Text Example

White with #51980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51980D; }

 p { color: rgb(81,152,13); }

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

background-color css

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

 a { background-color: rgb(81,152,13); }

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

border-color css

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

 span { border-color: rgb(81,152,13); }

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