Html Css Color HEX #619D1C Limeade

📋 copy color: '#619D1C'

red 97 ◦ green 157 ◦ blue 28

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

Shades of Limeade #619D1C

Tints of Limeade #619D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 34.4%
G = 55.67%
B = 9.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#619D1C (or 0x619D1C) is known color: Limeade. HEX triplet: 61, 9D and 1C. RGB value is (97,157,28). Sum of RGB (Red+Green+Blue) = 97+157+28=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #619D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619D1C is #9E62E3. Grayscale: #7C7C7C. Windows color (decimal): -10380004 or 1875297. OLE color: 1875297.

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

Color convert

RGB 97 157 28 -
CMYK 0.38 0 0.82 0.38
HSL 87.91º 0.7% 0.36% -
HSV(B) 87.91º 0.82% 0.62% -
XYZ 17.2 26.74 5.35 -
YUV 124.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 97 157 28 0.38 0 0.82 0.38 87.91 0.7 0.36
Hex 61 9D 1C 26 0 52 26 58 46 24
Octal 141 235 34 46 0 122 46 130 106 44
Binary 1100001 10011101 11100 100110 0 1010010 100110 1011000 1000110 100100

Color Harmonies of #619D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619D1C

Black with #619D1C

Text Example


Text Example

White with #619D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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