Html Css Color HEX #6BA132 Limeade

📋 copy color: '#6BA132'

red 107 ◦ green 161 ◦ blue 50

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

Shades of Limeade #6BA132

Tints of Limeade #6BA132

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 161 (63.28% from 255) = 50.63%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 33.65%
G = 50.63%
B = 15.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#6BA132 (or 0x6BA132) is known color: Limeade. HEX triplet: 6B, A1 and 32. RGB value is (107,161,50). Sum of RGB (Red+Green+Blue) = 107+161+50=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA132 is #945ECD. Grayscale: #848484. Windows color (decimal): -9723598 or 3318123. OLE color: 3318123.

HSL color Cylindrical-coordinate representation of color #6BA132: hue angle of 89.19º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BA132 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 50 -
CMYK 0.34 0 0.69 0.37
HSL 89.19º 0.53% 0.41% -
HSV(B) 89.19º 0.69% 0.63% -
XYZ 19.38 28.85 7.56 -
YUV 132.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 107 161 50 0.34 0 0.69 0.37 89.19 0.53 0.41
Hex 6B A1 32 22 0 45 25 59 35 29
Octal 153 241 62 42 0 105 45 131 65 51
Binary 1101011 10100001 110010 100010 0 1000101 100101 1011001 110101 101001

Color Harmonies of #6BA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA132

Black with #6BA132

Text Example


Text Example

White with #6BA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA132; }

 p { color: rgb(107,161,50); }

 H1.HeaderClassName
 {
   color: #6BA132;
 }
 .AnyTagClassName
 {
   color: #6BA132;
 }
</style>

background-color css

<style>
 a { background-color: #6BA132; }

 a { background-color: rgb(107,161,50); }

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

border-color css

<style>
 span { border-color: #6BA132; }

 span { border-color: rgb(107,161,50); }

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