Html Css Color HEX #619B2D Limeade

📋 copy color: '#619B2D'

red 97 ◦ green 155 ◦ blue 45

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

Shades of Limeade #619B2D

Tints of Limeade #619B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 32.66%
G = 52.19%
B = 15.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#619B2D (or 0x619B2D) is known color: Limeade. HEX triplet: 61, 9B and 2D. RGB value is (97,155,45). Sum of RGB (Red+Green+Blue) = 97+155+45=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #619B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B2D is #9E64D2. Grayscale: #7D7D7D. Windows color (decimal): -10380499 or 2988897. OLE color: 2988897.

HSL color Cylindrical-coordinate representation of color #619B2D: hue angle of 91.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #619B2D is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 155 45 -
CMYK 0.37 0 0.71 0.39
HSL 91.64º 0.55% 0.39% -
HSV(B) 91.64º 0.71% 0.61% -
XYZ 17.12 26.17 6.63 -
YUV 125.12 82.78 107.94 -
System Red Green Blue C M Y K H S L
Decimal 97 155 45 0.37 0 0.71 0.39 91.64 0.55 0.39
Hex 61 9B 2D 25 0 47 27 5C 37 27
Octal 141 233 55 45 0 107 47 134 67 47
Binary 1100001 10011011 101101 100101 0 1000111 100111 1011100 110111 100111

Color Harmonies of #619B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B2D

Black with #619B2D

Text Example


Text Example

White with #619B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619B2D; }

 p { color: rgb(97,155,45); }

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

background-color css

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

 a { background-color: rgb(97,155,45); }

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

border-color css

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

 span { border-color: rgb(97,155,45); }

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