Html Css Color HEX #3FCD95 Shamrock

📋 copy color: '#3FCD95'

red 63 ◦ green 205 ◦ blue 149

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

Shades of Shamrock #3FCD95

Tints of Shamrock #3FCD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

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

R = 15.11%
G = 49.16%
B = 35.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#3FCD95 (or 0x3FCD95) is known color: Shamrock. HEX triplet: 3F, CD and 95. RGB value is (63,205,149). Sum of RGB (Red+Green+Blue) = 63+205+149=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD95 is #C0326A. Grayscale: #9C9C9C. Windows color (decimal): -12595819 or 9817407. OLE color: 9817407.

HSL color Cylindrical-coordinate representation of color #3FCD95: hue angle of 156.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD95 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 149 -
CMYK 0.69 0 0.27 0.20
HSL 156.34º 0.59% 0.53% -
HSV(B) 156.34º 0.69% 0.8% -
XYZ 29.31 46.89 35.94 -
YUV 156.16 123.96 61.55 -
System Red Green Blue C M Y K H S L
Decimal 63 205 149 0.69 0 0.27 0.20 156.34 0.59 0.53
Hex 3F CD 95 45 0 1B 14 9C 3B 35
Octal 77 315 225 105 0 33 24 234 73 65
Binary 111111 11001101 10010101 1000101 0 11011 10100 10011100 111011 110101

Color Harmonies of #3FCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD95

Black with #3FCD95

Text Example


Text Example

White with #3FCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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