Html Css Color HEX #619934 Limeade

📋 copy color: '#619934'

red 97 ◦ green 153 ◦ blue 52

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

Shades of Limeade #619934

Tints of Limeade #619934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 32.12%
G = 50.66%
B = 17.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#619934 (or 0x619934) is known color: Limeade. HEX triplet: 61, 99 and 34. RGB value is (97,153,52). Sum of RGB (Red+Green+Blue) = 97+153+52=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #619934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619934 is #9E66CB. Grayscale: #7D7D7D. Windows color (decimal): -10381004 or 3447137. OLE color: 3447137.

HSL color Cylindrical-coordinate representation of color #619934: hue angle of 93.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #619934 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 52 -
CMYK 0.37 0 0.66 0.4
HSL 93.27º 0.49% 0.4% -
HSV(B) 93.27º 0.66% 0.6% -
XYZ 16.94 25.57 7.29 -
YUV 124.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 97 153 52 0.37 0 0.66 0.4 93.27 0.49 0.4
Hex 61 99 34 25 0 42 28 5D 31 28
Octal 141 231 64 45 0 102 50 135 61 50
Binary 1100001 10011001 110100 100101 0 1000010 101000 1011101 110001 101000

Color Harmonies of #619934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619934

Black with #619934

Text Example


Text Example

White with #619934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619934; }

 p { color: rgb(97,153,52); }

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

background-color css

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

 a { background-color: rgb(97,153,52); }

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

border-color css

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

 span { border-color: rgb(97,153,52); }

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