Html Css Color HEX #619712 Limeade

📋 copy color: '#619712'

red 97 ◦ green 151 ◦ blue 18

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

Shades of Limeade #619712

Tints of Limeade #619712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

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

R = 36.47%
G = 56.77%
B = 6.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#619712 (or 0x619712) is known color: Limeade. HEX triplet: 61, 97 and 12. RGB value is (97,151,18). Sum of RGB (Red+Green+Blue) = 97+151+18=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #619712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619712 is #9E68ED. Grayscale: #787878. Windows color (decimal): -10381550 or 1218401. OLE color: 1218401.

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

Color convert

RGB 97 151 18 -
CMYK 0.36 0 0.88 0.41
HSL 84.36º 0.79% 0.33% -
HSV(B) 84.36º 0.88% 0.59% -
XYZ 16.11 24.72 4.49 -
YUV 119.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 97 151 18 0.36 0 0.88 0.41 84.36 0.79 0.33
Hex 61 97 12 24 0 58 29 54 4F 21
Octal 141 227 22 44 0 130 51 124 117 41
Binary 1100001 10010111 10010 100100 0 1011000 101001 1010100 1001111 100001

Color Harmonies of #619712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619712

Black with #619712

Text Example


Text Example

White with #619712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619712; }

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

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

background-color css

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

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

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

border-color css

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

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

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