Html Css Color HEX #669725 Limeade

📋 copy color: '#669725'

red 102 ◦ green 151 ◦ blue 37

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

Shades of Limeade #669725

Tints of Limeade #669725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

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

R = 35.17%
G = 52.07%
B = 12.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#669725 (or 0x669725) is known color: Limeade. HEX triplet: 66, 97 and 25. RGB value is (102,151,37). Sum of RGB (Red+Green+Blue) = 102+151+37=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #669725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669725 is #9968DA. Grayscale: #7B7B7B. Windows color (decimal): -10053851 or 2463590. OLE color: 2463590.

HSL color Cylindrical-coordinate representation of color #669725: hue angle of 85.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669725 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 37 -
CMYK 0.32 0 0.75 0.41
HSL 85.79º 0.61% 0.37% -
HSV(B) 85.79º 0.75% 0.59% -
XYZ 16.88 25.09 5.7 -
YUV 123.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 102 151 37 0.32 0 0.75 0.41 85.79 0.61 0.37
Hex 66 97 25 20 0 4B 29 56 3D 25
Octal 146 227 45 40 0 113 51 126 75 45
Binary 1100110 10010111 100101 100000 0 1001011 101001 1010110 111101 100101

Color Harmonies of #669725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669725

Black with #669725

Text Example


Text Example

White with #669725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669725; }

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

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

background-color css

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

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

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

border-color css

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

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

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