Html Css Color HEX #51940C Limeade

📋 copy color: '#51940C'

red 81 ◦ green 148 ◦ blue 12

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

Shades of Limeade #51940C

Tints of Limeade #51940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 33.61%
G = 61.41%
B = 4.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#51940C (or 0x51940C) is known color: Limeade. HEX triplet: 51, 94 and 0C. RGB value is (81,148,12). Sum of RGB (Red+Green+Blue) = 81+148+12=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #51940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51940C is #AE6BF3. Grayscale: #707070. Windows color (decimal): -11430900 or 824401. OLE color: 824401.

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

Color convert

RGB 81 148 12 -
CMYK 0.45 0 0.92 0.42
HSL 89.56º 0.85% 0.31% -
HSV(B) 89.56º 0.92% 0.58% -
XYZ 14.05 22.96 4.04 -
YUV 112.46 71.3 105.56 -
System Red Green Blue C M Y K H S L
Decimal 81 148 12 0.45 0 0.92 0.42 89.56 0.85 0.31
Hex 51 94 C 2D 0 5C 2A 5A 55 1F
Octal 121 224 14 55 0 134 52 132 125 37
Binary 1010001 10010100 1100 101101 0 1011100 101010 1011010 1010101 11111

Color Harmonies of #51940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51940C

Black with #51940C

Text Example


Text Example

White with #51940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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