Html Css Color HEX #55980F Limeade

📋 copy color: '#55980F'

red 85 ◦ green 152 ◦ blue 15

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

Shades of Limeade #55980F

Tints of Limeade #55980F

RGB

 RED value IS 85 (33.59% from 255) = 33.73%

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 33.73%
G = 60.32%
B = 5.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#55980F (or 0x55980F) is known color: Limeade. HEX triplet: 55, 98 and 0F. RGB value is (85,152,15). Sum of RGB (Red+Green+Blue) = 85+152+15=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #55980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55980F is #AA67F0. Grayscale: #747474. Windows color (decimal): -11167729 or 1022037. OLE color: 1022037.

HSL color Cylindrical-coordinate representation of color #55980F: hue angle of 89.34º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55980F is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 15 -
CMYK 0.44 0 0.90 0.40
HSL 89.34º 0.82% 0.33% -
HSV(B) 89.34º 0.9% 0.6% -
XYZ 15.06 24.42 4.37 -
YUV 116.35 70.8 105.64 -
System Red Green Blue C M Y K H S L
Decimal 85 152 15 0.44 0 0.90 0.40 89.34 0.82 0.33
Hex 55 98 F 2C 0 5A 28 59 52 21
Octal 125 230 17 54 0 132 50 131 122 41
Binary 1010101 10011000 1111 101100 0 1011010 101000 1011001 1010010 100001

Color Harmonies of #55980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55980F

Black with #55980F

Text Example


Text Example

White with #55980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55980F; }

 p { color: rgb(85,152,15); }

 H1.HeaderClassName
 {
   color: #55980F;
 }
 .AnyTagClassName
 {
   color: #55980F;
 }
</style>

background-color css

<style>
 a { background-color: #55980F; }

 a { background-color: rgb(85,152,15); }

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

border-color css

<style>
 span { border-color: #55980F; }

 span { border-color: rgb(85,152,15); }

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