Html Css Color HEX #619812 Limeade

📋 copy color: '#619812'

red 97 ◦ green 152 ◦ blue 18

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

Shades of Limeade #619812

Tints of Limeade #619812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.93%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 36.33%
G = 56.93%
B = 6.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#619812 (or 0x619812) is known color: Limeade. HEX triplet: 61, 98 and 12. RGB value is (97,152,18). Sum of RGB (Red+Green+Blue) = 97+152+18=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #619812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619812 is #9E67ED. Grayscale: #787878. Windows color (decimal): -10381294 or 1218657. OLE color: 1218657.

HSL color Cylindrical-coordinate representation of color #619812: hue angle of 84.63º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #619812 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 18 -
CMYK 0.36 0 0.88 0.40
HSL 84.63º 0.79% 0.33% -
HSV(B) 84.63º 0.88% 0.6% -
XYZ 16.27 25.04 4.55 -
YUV 120.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 97 152 18 0.36 0 0.88 0.40 84.63 0.79 0.33
Hex 61 98 12 24 0 58 28 55 4F 21
Octal 141 230 22 44 0 130 50 125 117 41
Binary 1100001 10011000 10010 100100 0 1011000 101000 1010101 1001111 100001

Color Harmonies of #619812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619812

Black with #619812

Text Example


Text Example

White with #619812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619812; }

 p { color: rgb(97,152,18); }

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

background-color css

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

 a { background-color: rgb(97,152,18); }

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

border-color css

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

 span { border-color: rgb(97,152,18); }

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