Html Css Color HEX #51941C Limeade

📋 copy color: '#51941C'

red 81 ◦ green 148 ◦ blue 28

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

Shades of Limeade #51941C

Tints of Limeade #51941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 31.52%
G = 57.59%
B = 10.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#51941C (or 0x51941C) is known color: Limeade. HEX triplet: 51, 94 and 1C. RGB value is (81,148,28). Sum of RGB (Red+Green+Blue) = 81+148+28=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #51941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51941C is #AE6BE3. Grayscale: #727272. Windows color (decimal): -11430884 or 1872977. OLE color: 1872977.

HSL color Cylindrical-coordinate representation of color #51941C: hue angle of 93.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51941C is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 148 28 -
CMYK 0.45 0 0.81 0.42
HSL 93.5º 0.68% 0.35% -
HSV(B) 93.5º 0.81% 0.58% -
XYZ 14.19 23.01 4.79 -
YUV 114.29 79.3 104.26 -
System Red Green Blue C M Y K H S L
Decimal 81 148 28 0.45 0 0.81 0.42 93.5 0.68 0.35
Hex 51 94 1C 2D 0 51 2A 5E 44 23
Octal 121 224 34 55 0 121 52 136 104 43
Binary 1010001 10010100 11100 101101 0 1010001 101010 1011110 1000100 100011

Color Harmonies of #51941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51941C

Black with #51941C

Text Example


Text Example

White with #51941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51941C; }

 p { color: rgb(81,148,28); }

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

background-color css

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

 a { background-color: rgb(81,148,28); }

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

border-color css

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

 span { border-color: rgb(81,148,28); }

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