Html Css Color HEX #3FDC96 Shamrock

📋 copy color: '#3FDC96'

red 63 ◦ green 220 ◦ blue 150

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

Shades of Shamrock #3FDC96

Tints of Shamrock #3FDC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 14.55%
G = 50.81%
B = 34.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#3FDC96 (or 0x3FDC96) is known color: Shamrock. HEX triplet: 3F, DC and 96. RGB value is (63,220,150). Sum of RGB (Red+Green+Blue) = 63+220+150=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC96 is #C02369. Grayscale: #A5A5A5. Windows color (decimal): -12591978 or 9886783. OLE color: 9886783.

HSL color Cylindrical-coordinate representation of color #3FDC96: hue angle of 153.25º 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 #3FDC96 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 150 -
CMYK 0.71 0 0.32 0.14
HSL 153.25º 0.69% 0.55% -
HSV(B) 153.25º 0.71% 0.86% -
XYZ 33.15 54.45 37.62 -
YUV 165.08 119.49 55.19 -
System Red Green Blue C M Y K H S L
Decimal 63 220 150 0.71 0 0.32 0.14 153.25 0.69 0.55
Hex 3F DC 96 47 0 20 E 99 45 37
Octal 77 334 226 107 0 40 16 231 105 67
Binary 111111 11011100 10010110 1000111 0 100000 1110 10011001 1000101 110111

Color Harmonies of #3FDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC96

Black with #3FDC96

Text Example


Text Example

White with #3FDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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