Html Css Color HEX #619D16 Limeade

📋 copy color: '#619D16'

red 97 ◦ green 157 ◦ blue 22

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

Shades of Limeade #619D16

Tints of Limeade #619D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.88%

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 35.14%
G = 56.88%
B = 7.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#619D16 (or 0x619D16) is known color: Limeade. HEX triplet: 61, 9D and 16. RGB value is (97,157,22). Sum of RGB (Red+Green+Blue) = 97+157+22=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #619D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619D16 is #9E62E9. Grayscale: #7C7C7C. Windows color (decimal): -10380010 or 1482081. OLE color: 1482081.

HSL color Cylindrical-coordinate representation of color #619D16: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #619D16 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 157 22 -
CMYK 0.38 0 0.86 0.38
HSL 86.67º 0.75% 0.35% -
HSV(B) 86.67º 0.86% 0.62% -
XYZ 17.13 26.71 5.01 -
YUV 123.67 70.62 108.98 -
System Red Green Blue C M Y K H S L
Decimal 97 157 22 0.38 0 0.86 0.38 86.67 0.75 0.35
Hex 61 9D 16 26 0 56 26 57 4B 23
Octal 141 235 26 46 0 126 46 127 113 43
Binary 1100001 10011101 10110 100110 0 1010110 100110 1010111 1001011 100011

Color Harmonies of #619D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619D16

Black with #619D16

Text Example


Text Example

White with #619D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,22); }

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

background-color css

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

 a { background-color: rgb(97,157,22); }

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

border-color css

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

 span { border-color: rgb(97,157,22); }

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