Html Css Color HEX #55940F Limeade

📋 copy color: '#55940F'

red 85 ◦ green 148 ◦ blue 15

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

Shades of Limeade #55940F

Tints of Limeade #55940F

RGB

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

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

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

R = 34.27%
G = 59.68%
B = 6.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#55940F (or 0x55940F) is known color: Limeade. HEX triplet: 55, 94 and 0F. RGB value is (85,148,15). Sum of RGB (Red+Green+Blue) = 85+148+15=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #55940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55940F is #AA6BF0. Grayscale: #727272. Windows color (decimal): -11168753 or 1021013. OLE color: 1021013.

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

Color convert

RGB 85 148 15 -
CMYK 0.43 0 0.90 0.42
HSL 88.42º 0.82% 0.32% -
HSV(B) 88.42º 0.9% 0.58% -
XYZ 14.42 23.15 4.16 -
YUV 114 72.13 107.31 -
System Red Green Blue C M Y K H S L
Decimal 85 148 15 0.43 0 0.90 0.42 88.42 0.82 0.32
Hex 55 94 F 2B 0 5A 2A 58 52 20
Octal 125 224 17 53 0 132 52 130 122 40
Binary 1010101 10010100 1111 101011 0 1011010 101010 1011000 1010010 100000

Color Harmonies of #55940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55940F

Black with #55940F

Text Example


Text Example

White with #55940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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