Html Css Color HEX #669B25 Limeade

📋 copy color: '#669B25'

red 102 ◦ green 155 ◦ blue 37

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

Shades of Limeade #669B25

Tints of Limeade #669B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.72%

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

R = 34.69%
G = 52.72%
B = 12.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#669B25 (or 0x669B25) is known color: Limeade. HEX triplet: 66, 9B and 25. RGB value is (102,155,37). Sum of RGB (Red+Green+Blue) = 102+155+37=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #669B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B25 is #9964DA. Grayscale: #7E7E7E. Windows color (decimal): -10052827 or 2464614. OLE color: 2464614.

HSL color Cylindrical-coordinate representation of color #669B25: hue angle of 86.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #669B25 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 37 -
CMYK 0.34 0 0.76 0.39
HSL 86.95º 0.61% 0.38% -
HSV(B) 86.95º 0.76% 0.61% -
XYZ 17.53 26.4 5.92 -
YUV 125.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 102 155 37 0.34 0 0.76 0.39 86.95 0.61 0.38
Hex 66 9B 25 22 0 4C 27 57 3D 26
Octal 146 233 45 42 0 114 47 127 75 46
Binary 1100110 10011011 100101 100010 0 1001100 100111 1010111 111101 100110

Color Harmonies of #669B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B25

Black with #669B25

Text Example


Text Example

White with #669B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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