Html Css Color HEX #58980F Limeade

📋 copy color: '#58980F'

red 88 ◦ green 152 ◦ blue 15

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

Shades of Limeade #58980F

Tints of Limeade #58980F

RGB

 RED value IS 88 (34.77% from 255) = 34.51%

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

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

R = 34.51%
G = 59.61%
B = 5.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#58980F (or 0x58980F) is known color: Limeade. HEX triplet: 58, 98 and 0F. RGB value is (88,152,15). Sum of RGB (Red+Green+Blue) = 88+152+15=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #58980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58980F is #A767F0. Grayscale: #757575. Windows color (decimal): -10971121 or 1022040. OLE color: 1022040.

HSL color Cylindrical-coordinate representation of color #58980F: hue angle of 88.03º 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 #58980F is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 15 -
CMYK 0.42 0 0.90 0.40
HSL 88.03º 0.82% 0.33% -
HSV(B) 88.03º 0.9% 0.6% -
XYZ 15.34 24.57 4.39 -
YUV 117.25 70.3 107.14 -
System Red Green Blue C M Y K H S L
Decimal 88 152 15 0.42 0 0.90 0.40 88.03 0.82 0.33
Hex 58 98 F 2A 0 5A 28 58 52 21
Octal 130 230 17 52 0 132 50 130 122 41
Binary 1011000 10011000 1111 101010 0 1011010 101000 1011000 1010010 100001

Color Harmonies of #58980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58980F

Black with #58980F

Text Example


Text Example

White with #58980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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