Html Css Color HEX #3FF275 Emerald

📋 copy color: '#3FF275'

red 63 ◦ green 242 ◦ blue 117

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

Shades of Emerald #3FF275

Tints of Emerald #3FF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.35%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 14.93%
G = 57.35%
B = 27.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#3FF275 (or 0x3FF275) is known color: Emerald. HEX triplet: 3F, F2 and 75. RGB value is (63,242,117). Sum of RGB (Red+Green+Blue) = 63+242+117=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF275 is #C00D8A. Grayscale: #AEAEAE. Windows color (decimal): -12586379 or 7729727. OLE color: 7729727.

HSL color Cylindrical-coordinate representation of color #3FF275: hue angle of 138.1º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF275 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 117 -
CMYK 0.74 0 0.52 0.05
HSL 138.1º 0.87% 0.6% -
HSV(B) 138.1º 0.74% 0.95% -
XYZ 37.01 65.85 27.59 -
YUV 174.23 95.7 48.66 -
System Red Green Blue C M Y K H S L
Decimal 63 242 117 0.74 0 0.52 0.05 138.1 0.87 0.6
Hex 3F F2 75 4A 0 34 5 8A 57 3C
Octal 77 362 165 112 0 64 5 212 127 74
Binary 111111 11110010 1110101 1001010 0 110100 101 10001010 1010111 111100

Color Harmonies of #3FF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF275

Black with #3FF275

Text Example


Text Example

White with #3FF275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,242,117); }

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

background-color css

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

 a { background-color: rgb(63,242,117); }

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

border-color css

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

 span { border-color: rgb(63,242,117); }

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