Html Css Color HEX #619C32 Limeade

📋 copy color: '#619C32'

red 97 ◦ green 156 ◦ blue 50

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

Shades of Limeade #619C32

Tints of Limeade #619C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 32.01%
G = 51.49%
B = 16.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#619C32 (or 0x619C32) is known color: Limeade. HEX triplet: 61, 9C and 32. RGB value is (97,156,50). Sum of RGB (Red+Green+Blue) = 97+156+50=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #619C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C32 is #9E63CD. Grayscale: #7E7E7E. Windows color (decimal): -10380238 or 3316833. OLE color: 3316833.

HSL color Cylindrical-coordinate representation of color #619C32: hue angle of 93.4º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #619C32 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 50 -
CMYK 0.38 0 0.68 0.39
HSL 93.4º 0.51% 0.4% -
HSV(B) 93.4º 0.68% 0.61% -
XYZ 17.39 26.55 7.23 -
YUV 126.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 97 156 50 0.38 0 0.68 0.39 93.4 0.51 0.4
Hex 61 9C 32 26 0 44 27 5D 33 28
Octal 141 234 62 46 0 104 47 135 63 50
Binary 1100001 10011100 110010 100110 0 1000100 100111 1011101 110011 101000

Color Harmonies of #619C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C32

Black with #619C32

Text Example


Text Example

White with #619C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,156,50); }

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

background-color css

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

 a { background-color: rgb(97,156,50); }

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

border-color css

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

 span { border-color: rgb(97,156,50); }

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