Html Css Color HEX #58940F Limeade

📋 copy color: '#58940F'

red 88 ◦ green 148 ◦ blue 15

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

Shades of Limeade #58940F

Tints of Limeade #58940F

RGB

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

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

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

R = 35.06%
G = 58.96%
B = 5.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#58940F (or 0x58940F) is known color: Limeade. HEX triplet: 58, 94 and 0F. RGB value is (88,148,15). Sum of RGB (Red+Green+Blue) = 88+148+15=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #58940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58940F is #A76BF0. Grayscale: #737373. Windows color (decimal): -10972145 or 1021016. OLE color: 1021016.

HSL color Cylindrical-coordinate representation of color #58940F: hue angle of 87.07º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58940F is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 15 -
CMYK 0.41 0 0.90 0.42
HSL 87.07º 0.82% 0.32% -
HSV(B) 87.07º 0.9% 0.58% -
XYZ 14.7 23.29 4.17 -
YUV 114.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 88 148 15 0.41 0 0.90 0.42 87.07 0.82 0.32
Hex 58 94 F 29 0 5A 2A 57 52 20
Octal 130 224 17 51 0 132 52 127 122 40
Binary 1011000 10010100 1111 101001 0 1011010 101010 1010111 1010010 100000

Color Harmonies of #58940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58940F

Black with #58940F

Text Example


Text Example

White with #58940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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