Html Css Color HEX #6BA42F Limeade

📋 copy color: '#6BA42F'

red 107 ◦ green 164 ◦ blue 47

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

Shades of Limeade #6BA42F

Tints of Limeade #6BA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.57%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 33.65%
G = 51.57%
B = 14.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#6BA42F (or 0x6BA42F) is known color: Limeade. HEX triplet: 6B, A4 and 2F. RGB value is (107,164,47). Sum of RGB (Red+Green+Blue) = 107+164+47=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA42F is #945BD0. Grayscale: #868686. Windows color (decimal): -9722833 or 3122283. OLE color: 3122283.

HSL color Cylindrical-coordinate representation of color #6BA42F: hue angle of 89.23º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BA42F is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 164 47 -
CMYK 0.35 0 0.71 0.36
HSL 89.23º 0.55% 0.41% -
HSV(B) 89.23º 0.71% 0.64% -
XYZ 19.85 29.88 7.41 -
YUV 133.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 107 164 47 0.35 0 0.71 0.36 89.23 0.55 0.41
Hex 6B A4 2F 23 0 47 24 59 37 29
Octal 153 244 57 43 0 107 44 131 67 51
Binary 1101011 10100100 101111 100011 0 1000111 100100 1011001 110111 101001

Color Harmonies of #6BA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA42F

Black with #6BA42F

Text Example


Text Example

White with #6BA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,47); }

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

background-color css

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

 a { background-color: rgb(107,164,47); }

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

border-color css

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

 span { border-color: rgb(107,164,47); }

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