Html Css Color HEX #5B970C Limeade

📋 copy color: '#5B970C'

red 91 ◦ green 151 ◦ blue 12

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

Shades of Limeade #5B970C

Tints of Limeade #5B970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.45%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 35.83%
G = 59.45%
B = 4.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#5B970C (or 0x5B970C) is known color: Limeade. HEX triplet: 5B, 97 and 0C. RGB value is (91,151,12). Sum of RGB (Red+Green+Blue) = 91+151+12=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #5B970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B970C is #A468F3. Grayscale: #757575. Windows color (decimal): -10774772 or 825179. OLE color: 825179.

HSL color Cylindrical-coordinate representation of color #5B970C: hue angle of 85.9º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B970C is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 151 12 -
CMYK 0.40 0 0.92 0.41
HSL 85.9º 0.85% 0.32% -
HSV(B) 85.9º 0.92% 0.59% -
XYZ 15.45 24.38 4.24 -
YUV 117.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 91 151 12 0.40 0 0.92 0.41 85.9 0.85 0.32
Hex 5B 97 C 28 0 5C 29 56 55 20
Octal 133 227 14 50 0 134 51 126 125 40
Binary 1011011 10010111 1100 101000 0 1011100 101001 1010110 1010101 100000

Color Harmonies of #5B970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B970C

Black with #5B970C

Text Example


Text Example

White with #5B970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,151,12); }

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

background-color css

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

 a { background-color: rgb(91,151,12); }

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

border-color css

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

 span { border-color: rgb(91,151,12); }

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