#699E25

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

Shades of Limeade #699E25

Tints of Limeade #699E25

Color information

#699E25 (or 0x699E25) is unknown color: approx Limeade. HEX triplet: 69, 9E and 25. RGB value is (105,158,37). Sum of RGB (Red+Green+Blue) = 105+158+37=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #699E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E25 is #9661DA. Grayscale: #808080. Windows color (decimal): -9855451 or 2465385. OLE color: 2465385.

HSL color Cylindrical-coordinate representation of color #699E25: hue angle of 86.28º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #699E25 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB10515837-
CMYK0.3400.770.38
HSL86.28º62.05%38.24%-
HSV(B)86.28º76.58%61.96%-
XYZ18.3927.596.11-
YUV128.3676.44111.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=35%
G=52.67%
B=12.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158370.3400.770.3886.2862.0538.24
Hex699E252204D26563e26
Octal15123645420115461267646
Binary110100110011110100101100010010011011001101010110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699E25; }

 p { color: rgb(105,158,37); }

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

<style>
 a { background-color: #699E25; }

 a { background-color: rgb(105,158,37); }

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

<style>
 span { border-color: #699E25; }

 span { border-color: rgb(105,158,37); }

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