Html Css Color HEX #6B982B Limeade

📋 copy color: '#6B982B'

red 107 ◦ green 152 ◦ blue 43

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

Shades of Limeade #6B982B

Tints of Limeade #6B982B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 35.43%
G = 50.33%
B = 14.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#6B982B (or 0x6B982B) is known color: Limeade. HEX triplet: 6B, 98 and 2B. RGB value is (107,152,43). Sum of RGB (Red+Green+Blue) = 107+152+43=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #6B982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B982B is #9467D4. Grayscale: #7E7E7E. Windows color (decimal): -9725909 or 2857067. OLE color: 2857067.

HSL color Cylindrical-coordinate representation of color #6B982B: hue angle of 84.77º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B982B is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 43 -
CMYK 0.30 0 0.72 0.40
HSL 84.77º 0.56% 0.38% -
HSV(B) 84.77º 0.72% 0.6% -
XYZ 17.73 25.76 6.32 -
YUV 126.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 107 152 43 0.30 0 0.72 0.40 84.77 0.56 0.38
Hex 6B 98 2B 1E 0 48 28 55 38 26
Octal 153 230 53 36 0 110 50 125 70 46
Binary 1101011 10011000 101011 11110 0 1001000 101000 1010101 111000 100110

Color Harmonies of #6B982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B982B

Black with #6B982B

Text Example


Text Example

White with #6B982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,152,43); }

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

background-color css

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

 a { background-color: rgb(107,152,43); }

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

border-color css

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

 span { border-color: rgb(107,152,43); }

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