Html Css Color HEX #669F25 Limeade

📋 copy color: '#669F25'

red 102 ◦ green 159 ◦ blue 37

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

Shades of Limeade #669F25

Tints of Limeade #669F25

RGB

 RED value IS 102 (40.23% from 255) = 34.23%

 GREEN value IS 159 (62.5% from 255) = 53.36%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 34.23%
G = 53.36%
B = 12.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#669F25 (or 0x669F25) is known color: Limeade. HEX triplet: 66, 9F and 25. RGB value is (102,159,37). Sum of RGB (Red+Green+Blue) = 102+159+37=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #669F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F25 is #9960DA. Grayscale: #808080. Windows color (decimal): -10051803 or 2465638. OLE color: 2465638.

HSL color Cylindrical-coordinate representation of color #669F25: hue angle of 88.03º 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 #669F25 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 37 -
CMYK 0.36 0 0.77 0.38
HSL 88.03º 0.62% 0.38% -
HSV(B) 88.03º 0.77% 0.62% -
XYZ 18.21 27.75 6.15 -
YUV 128.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 102 159 37 0.36 0 0.77 0.38 88.03 0.62 0.38
Hex 66 9F 25 24 0 4D 26 58 3E 26
Octal 146 237 45 44 0 115 46 130 76 46
Binary 1100110 10011111 100101 100100 0 1001101 100110 1011000 111110 100110

Color Harmonies of #669F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F25

Black with #669F25

Text Example


Text Example

White with #669F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669F25; }

 p { color: rgb(102,159,37); }

 H1.HeaderClassName
 {
   color: #669F25;
 }
 .AnyTagClassName
 {
   color: #669F25;
 }
</style>

background-color css

<style>
 a { background-color: #669F25; }

 a { background-color: rgb(102,159,37); }

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

border-color css

<style>
 span { border-color: #669F25; }

 span { border-color: rgb(102,159,37); }

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