Html Css Color HEX #5FA536 Limeade

📋 copy color: '#5FA536'

red 95 ◦ green 165 ◦ blue 54

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

Shades of Limeade #5FA536

Tints of Limeade #5FA536

RGB

 RED value IS 95 (37.5% from 255) = 30.25%

 GREEN value IS 165 (64.84% from 255) = 52.55%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 30.25%
G = 52.55%
B = 17.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#5FA536 (or 0x5FA536) is known color: Limeade. HEX triplet: 5F, A5 and 36. RGB value is (95,165,54). Sum of RGB (Red+Green+Blue) = 95+165+54=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA536 is #A05AC9. Grayscale: #838383. Windows color (decimal): -10509002 or 3581279. OLE color: 3581279.

HSL color Cylindrical-coordinate representation of color #5FA536: hue angle of 97.84º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FA536 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 165 54 -
CMYK 0.42 0 0.67 0.35
HSL 97.84º 0.51% 0.43% -
HSV(B) 97.84º 0.67% 0.65% -
XYZ 18.84 29.61 8.21 -
YUV 131.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 95 165 54 0.42 0 0.67 0.35 97.84 0.51 0.43
Hex 5F A5 36 2A 0 43 23 62 33 2B
Octal 137 245 66 52 0 103 43 142 63 53
Binary 1011111 10100101 110110 101010 0 1000011 100011 1100010 110011 101011

Color Harmonies of #5FA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA536

Black with #5FA536

Text Example


Text Example

White with #5FA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA536; }

 p { color: rgb(95,165,54); }

 H1.HeaderClassName
 {
   color: #5FA536;
 }
 .AnyTagClassName
 {
   color: #5FA536;
 }
</style>

background-color css

<style>
 a { background-color: #5FA536; }

 a { background-color: rgb(95,165,54); }

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

border-color css

<style>
 span { border-color: #5FA536; }

 span { border-color: rgb(95,165,54); }

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