Html Css Color HEX #619841 Limeade

📋 copy color: '#619841'

red 97 ◦ green 152 ◦ blue 65

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

Shades of Limeade #619841

Tints of Limeade #619841

RGB

 RED value IS 97 (38.28% from 255) = 30.89%

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

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 30.89%
G = 48.41%
B = 20.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#619841 (or 0x619841) is known color: Limeade. HEX triplet: 61, 98 and 41. RGB value is (97,152,65). Sum of RGB (Red+Green+Blue) = 97+152+65=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #619841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619841 is #9E67BE. Grayscale: #7D7D7D. Windows color (decimal): -10381247 or 4298849. OLE color: 4298849.

HSL color Cylindrical-coordinate representation of color #619841: hue angle of 97.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619841 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 65 -
CMYK 0.36 0 0.57 0.40
HSL 97.93º 0.4% 0.43% -
HSV(B) 97.93º 0.57% 0.6% -
XYZ 17.11 25.38 9 -
YUV 125.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 97 152 65 0.36 0 0.57 0.40 97.93 0.4 0.43
Hex 61 98 41 24 0 39 28 62 28 2B
Octal 141 230 101 44 0 71 50 142 50 53
Binary 1100001 10011000 1000001 100100 0 111001 101000 1100010 101000 101011

Color Harmonies of #619841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619841

Black with #619841

Text Example


Text Example

White with #619841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619841; }

 p { color: rgb(97,152,65); }

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

background-color css

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

 a { background-color: rgb(97,152,65); }

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

border-color css

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

 span { border-color: rgb(97,152,65); }

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