Html Css Color HEX #6BA430 Limeade

📋 copy color: '#6BA430'

red 107 ◦ green 164 ◦ blue 48

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

Shades of Limeade #6BA430

Tints of Limeade #6BA430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 33.54%
G = 51.41%
B = 15.05%

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

#6BA430 (or 0x6BA430) is known color: Limeade. HEX triplet: 6B, A4 and 30. RGB value is (107,164,48). Sum of RGB (Red+Green+Blue) = 107+164+48=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA430 is #945BCF. Grayscale: #868686. Windows color (decimal): -9722832 or 3187819. OLE color: 3187819.

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

Color convert

RGB 107 164 48 -
CMYK 0.35 0 0.71 0.36
HSL 89.48º 0.55% 0.42% -
HSV(B) 89.48º 0.71% 0.64% -
XYZ 19.87 29.89 7.52 -
YUV 133.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 107 164 48 0.35 0 0.71 0.36 89.48 0.55 0.42
Hex 6B A4 30 23 0 47 24 59 37 2A
Octal 153 244 60 43 0 107 44 131 67 52
Binary 1101011 10100100 110000 100011 0 1000111 100100 1011001 110111 101010

Color Harmonies of #6BA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA430

Black with #6BA430

Text Example


Text Example

White with #6BA430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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