#6BA333

Color #6BA333 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #6BA333

Tints of Limeade #6BA333

Color information

#6BA333 (or 0x6BA333) is unknown color: approx Limeade. HEX triplet: 6B, A3 and 33. RGB value is (107,163,51). Sum of RGB (Red+Green+Blue) = 107+163+51=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA333 is #945CCC. Grayscale: #858585. Windows color (decimal): -9723085 or 3384171. OLE color: 3384171.

HSL color Cylindrical-coordinate representation of color #6BA333: hue angle of 90º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BA333 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB10716351-
CMYK0.3400.690.36
HSL90º52.34%41.96%-
HSV(B)90º68.71%63.92%-
XYZ19.7629.567.8-
YUV133.4981.45109.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=33.33%
G=50.78%
B=15.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107163510.3400.690.369052.3441.96
Hex6BA33322045245a342a
Octal15324363420105441326452
Binary110101110100011110011100010010001011001001011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,163,51); }

 H1.HeaderClassName
 {
   color: #6BA333;
 }
 .AnyTagClassName
 {
   color: #6BA333;
 }
</style>
background-color css

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

 a { background-color: rgb(107,163,51); }

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

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

 span { border-color: rgb(107,163,51); }

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