Html Css Color HEX #69982C Limeade

📋 copy color: '#69982C'

red 105 ◦ green 152 ◦ blue 44

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

Shades of Limeade #69982C

Tints of Limeade #69982C

RGB

 RED value IS 105 (41.41% from 255) = 34.88%

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 34.88%
G = 50.5%
B = 14.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#69982C (or 0x69982C) is known color: Limeade. HEX triplet: 69, 98 and 2C. RGB value is (105,152,44). Sum of RGB (Red+Green+Blue) = 105+152+44=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #69982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69982C is #9667D3. Grayscale: #7E7E7E. Windows color (decimal): -9856980 or 2922601. OLE color: 2922601.

HSL color Cylindrical-coordinate representation of color #69982C: hue angle of 86.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69982C is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 44 -
CMYK 0.31 0 0.71 0.40
HSL 86.11º 0.55% 0.38% -
HSV(B) 86.11º 0.71% 0.6% -
XYZ 17.51 25.64 6.41 -
YUV 125.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 105 152 44 0.31 0 0.71 0.40 86.11 0.55 0.38
Hex 69 98 2C 1F 0 47 28 56 37 26
Octal 151 230 54 37 0 107 50 126 67 46
Binary 1101001 10011000 101100 11111 0 1000111 101000 1010110 110111 100110

Color Harmonies of #69982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69982C

Black with #69982C

Text Example


Text Example

White with #69982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69982C; }

 p { color: rgb(105,152,44); }

 H1.HeaderClassName
 {
   color: #69982C;
 }
 .AnyTagClassName
 {
   color: #69982C;
 }
</style>

background-color css

<style>
 a { background-color: #69982C; }

 a { background-color: rgb(105,152,44); }

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

border-color css

<style>
 span { border-color: #69982C; }

 span { border-color: rgb(105,152,44); }

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