Html Css Color HEX #51981D Limeade

📋 copy color: '#51981D'

red 81 ◦ green 152 ◦ blue 29

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

Shades of Limeade #51981D

Tints of Limeade #51981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 30.92%
G = 58.02%
B = 11.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#51981D (or 0x51981D) is known color: Limeade. HEX triplet: 51, 98 and 1D. RGB value is (81,152,29). Sum of RGB (Red+Green+Blue) = 81+152+29=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #51981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51981D is #AE67E2. Grayscale: #757575. Windows color (decimal): -11429859 or 1939537. OLE color: 1939537.

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

Color convert

RGB 81 152 29 -
CMYK 0.47 0 0.81 0.40
HSL 94.63º 0.68% 0.35% -
HSV(B) 94.63º 0.81% 0.6% -
XYZ 14.84 24.29 5.07 -
YUV 116.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 81 152 29 0.47 0 0.81 0.40 94.63 0.68 0.35
Hex 51 98 1D 2F 0 51 28 5F 44 23
Octal 121 230 35 57 0 121 50 137 104 43
Binary 1010001 10011000 11101 101111 0 1010001 101000 1011111 1000100 100011

Color Harmonies of #51981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51981D

Black with #51981D

Text Example


Text Example

White with #51981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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