Html Css Color HEX #3FDC93 Shamrock

📋 copy color: '#3FDC93'

red 63 ◦ green 220 ◦ blue 147

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

Shades of Shamrock #3FDC93

Tints of Shamrock #3FDC93

RGB

 RED value IS 63 (25% from 255) = 14.65%

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 14.65%
G = 51.16%
B = 34.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#3FDC93 (or 0x3FDC93) is known color: Shamrock. HEX triplet: 3F, DC and 93. RGB value is (63,220,147). Sum of RGB (Red+Green+Blue) = 63+220+147=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC93 is #C0236C. Grayscale: #A4A4A4. Windows color (decimal): -12591981 or 9690175. OLE color: 9690175.

HSL color Cylindrical-coordinate representation of color #3FDC93: hue angle of 152.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC93 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 147 -
CMYK 0.71 0 0.33 0.14
HSL 152.1º 0.69% 0.55% -
HSV(B) 152.1º 0.71% 0.86% -
XYZ 32.91 54.35 36.36 -
YUV 164.74 117.99 55.44 -
System Red Green Blue C M Y K H S L
Decimal 63 220 147 0.71 0 0.33 0.14 152.1 0.69 0.55
Hex 3F DC 93 47 0 21 E 98 45 37
Octal 77 334 223 107 0 41 16 230 105 67
Binary 111111 11011100 10010011 1000111 0 100001 1110 10011000 1000101 110111

Color Harmonies of #3FDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC93

Black with #3FDC93

Text Example


Text Example

White with #3FDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDC93; }

 p { color: rgb(63,220,147); }

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

background-color css

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

 a { background-color: rgb(63,220,147); }

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

border-color css

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

 span { border-color: rgb(63,220,147); }

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