Html Css Color HEX #51980A Limeade

📋 copy color: '#51980A'

red 81 ◦ green 152 ◦ blue 10

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

Shades of Limeade #51980A

Tints of Limeade #51980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 33.33%
G = 62.55%
B = 4.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#51980A (or 0x51980A) is known color: Limeade. HEX triplet: 51, 98 and 0A. RGB value is (81,152,10). Sum of RGB (Red+Green+Blue) = 81+152+10=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #51980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51980A is #AE67F5. Grayscale: #737373. Windows color (decimal): -11429878 or 694353. OLE color: 694353.

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

Color convert

RGB 81 152 10 -
CMYK 0.47 0 0.93 0.40
HSL 90º 0.88% 0.32% -
HSV(B) 90º 0.93% 0.6% -
XYZ 14.68 24.23 4.19 -
YUV 114.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 81 152 10 0.47 0 0.93 0.40 90 0.88 0.32
Hex 51 98 A 2F 0 5D 28 5A 58 20
Octal 121 230 12 57 0 135 50 132 130 40
Binary 1010001 10011000 1010 101111 0 1011101 101000 1011010 1011000 100000

Color Harmonies of #51980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51980A

Black with #51980A

Text Example


Text Example

White with #51980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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