Html Css Color HEX #3FFC95 Shamrock

📋 copy color: '#3FFC95'

red 63 ◦ green 252 ◦ blue 149

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

Shades of Shamrock #3FFC95

Tints of Shamrock #3FFC95

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.31%

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

R = 13.58%
G = 54.31%
B = 32.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#3FFC95 (or 0x3FFC95) is known color: Shamrock. HEX triplet: 3F, FC and 95. RGB value is (63,252,149). Sum of RGB (Red+Green+Blue) = 63+252+149=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFC95 is #C0036A. Grayscale: #B7B7B7. Windows color (decimal): -12583787 or 9829439. OLE color: 9829439.

HSL color Cylindrical-coordinate representation of color #3FFC95: hue angle of 147.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFC95 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 149 -
CMYK 0.75 0 0.41 0.01
HSL 147.3º 0.97% 0.62% -
HSV(B) 147.3º 0.75% 0.99% -
XYZ 42.29 72.85 40.27 -
YUV 183.75 108.38 41.88 -
System Red Green Blue C M Y K H S L
Decimal 63 252 149 0.75 0 0.41 0.01 147.3 0.97 0.62
Hex 3F FC 95 4B 0 29 1 93 61 3E
Octal 77 374 225 113 0 51 1 223 141 76
Binary 111111 11111100 10010101 1001011 0 101001 1 10010011 1100001 111110

Color Harmonies of #3FFC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFC95

Black with #3FFC95

Text Example


Text Example

White with #3FFC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,252,149); }

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

background-color css

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

 a { background-color: rgb(63,252,149); }

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

border-color css

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

 span { border-color: rgb(63,252,149); }

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