Html Css Color HEX #619935 Limeade

📋 copy color: '#619935'

red 97 ◦ green 153 ◦ blue 53

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

Shades of Limeade #619935

Tints of Limeade #619935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 32.01%
G = 50.5%
B = 17.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#619935 (or 0x619935) is known color: Limeade. HEX triplet: 61, 99 and 35. RGB value is (97,153,53). Sum of RGB (Red+Green+Blue) = 97+153+53=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #619935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619935 is #9E66CA. Grayscale: #7D7D7D. Windows color (decimal): -10381003 or 3512673. OLE color: 3512673.

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

Color convert

RGB 97 153 53 -
CMYK 0.37 0 0.65 0.4
HSL 93.6º 0.49% 0.4% -
HSV(B) 93.6º 0.65% 0.6% -
XYZ 16.96 25.58 7.41 -
YUV 124.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 97 153 53 0.37 0 0.65 0.4 93.6 0.49 0.4
Hex 61 99 35 25 0 41 28 5E 31 28
Octal 141 231 65 45 0 101 50 136 61 50
Binary 1100001 10011001 110101 100101 0 1000001 101000 1011110 110001 101000

Color Harmonies of #619935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619935

Black with #619935

Text Example


Text Example

White with #619935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619935; }

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

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

background-color css

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

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

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

border-color css

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

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

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