Html Css Color HEX #5B950A Limeade

📋 copy color: '#5B950A'

red 91 ◦ green 149 ◦ blue 10

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

Shades of Limeade #5B950A

Tints of Limeade #5B950A

RGB

 RED value IS 91 (35.94% from 255) = 36.4%

 GREEN value IS 149 (58.59% from 255) = 59.6%

 BLUE value IS 10 (4.3% from 255) = 4%

R = 36.4%
G = 59.6%
B = 4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#5B950A (or 0x5B950A) is known color: Limeade. HEX triplet: 5B, 95 and 0A. RGB value is (91,149,10). Sum of RGB (Red+Green+Blue) = 91+149+10=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #5B950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B950A is #A46AF5. Grayscale: #747474. Windows color (decimal): -10775286 or 693595. OLE color: 693595.

HSL color Cylindrical-coordinate representation of color #5B950A: hue angle of 85.04º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B950A is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 10 -
CMYK 0.39 0 0.93 0.42
HSL 85.04º 0.87% 0.31% -
HSV(B) 85.04º 0.93% 0.58% -
XYZ 15.12 23.74 4.07 -
YUV 115.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 91 149 10 0.39 0 0.93 0.42 85.04 0.87 0.31
Hex 5B 95 A 27 0 5D 2A 55 57 1F
Octal 133 225 12 47 0 135 52 125 127 37
Binary 1011011 10010101 1010 100111 0 1011101 101010 1010101 1010111 11111

Color Harmonies of #5B950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B950A

Black with #5B950A

Text Example


Text Example

White with #5B950A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,10); }

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

background-color css

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

 a { background-color: rgb(91,149,10); }

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

border-color css

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

 span { border-color: rgb(91,149,10); }

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