Html Css Color HEX #46D995 Shamrock

📋 copy color: '#46D995'

red 70 ◦ green 217 ◦ blue 149

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

Shades of Shamrock #46D995

Tints of Shamrock #46D995

RGB

 RED value IS 70 (27.73% from 255) = 16.06%

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 16.06%
G = 49.77%
B = 34.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#46D995 (or 0x46D995) is known color: Shamrock. HEX triplet: 46, D9 and 95. RGB value is (70,217,149). Sum of RGB (Red+Green+Blue) = 70+217+149=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #46D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D995 is #B9266A. Grayscale: #A5A5A5. Windows color (decimal): -12133995 or 9820486. OLE color: 9820486.

HSL color Cylindrical-coordinate representation of color #46D995: hue angle of 152.24º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D995 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 217 149 -
CMYK 0.68 0 0.31 0.15
HSL 152.24º 0.66% 0.56% -
HSV(B) 152.24º 0.68% 0.85% -
XYZ 32.76 53.1 36.96 -
YUV 165.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 70 217 149 0.68 0 0.31 0.15 152.24 0.66 0.56
Hex 46 D9 95 44 0 1F F 98 42 38
Octal 106 331 225 104 0 37 17 230 102 70
Binary 1000110 11011001 10010101 1000100 0 11111 1111 10011000 1000010 111000

Color Harmonies of #46D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D995

Black with #46D995

Text Example


Text Example

White with #46D995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46D995; }

 p { color: rgb(70,217,149); }

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

background-color css

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

 a { background-color: rgb(70,217,149); }

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

border-color css

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

 span { border-color: rgb(70,217,149); }

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