Html Css Color HEX #3FF095 Shamrock

📋 copy color: '#3FF095'

red 63 ◦ green 240 ◦ blue 149

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

Shades of Shamrock #3FF095

Tints of Shamrock #3FF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.1%

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

R = 13.94%
G = 53.1%
B = 32.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#3FF095 (or 0x3FF095) is known color: Shamrock. HEX triplet: 3F, F0 and 95. RGB value is (63,240,149). Sum of RGB (Red+Green+Blue) = 63+240+149=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF095 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF095 is #C00F6A. Grayscale: #B0B0B0. Windows color (decimal): -12586859 or 9826367. OLE color: 9826367.

HSL color Cylindrical-coordinate representation of color #3FF095: hue angle of 149.15º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF095 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 149 -
CMYK 0.74 0 0.38 0.06
HSL 149.15º 0.86% 0.59% -
HSV(B) 149.15º 0.74% 0.94% -
XYZ 38.63 65.55 39.05 -
YUV 176.7 112.36 46.9 -
System Red Green Blue C M Y K H S L
Decimal 63 240 149 0.74 0 0.38 0.06 149.15 0.86 0.59
Hex 3F F0 95 4A 0 26 6 95 56 3B
Octal 77 360 225 112 0 46 6 225 126 73
Binary 111111 11110000 10010101 1001010 0 100110 110 10010101 1010110 111011

Color Harmonies of #3FF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF095

Black with #3FF095

Text Example


Text Example

White with #3FF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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