Html Css Color HEX #3FD25F Emerald

📋 copy color: '#3FD25F'

red 63 ◦ green 210 ◦ blue 95

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

Shades of Emerald #3FD25F

Tints of Emerald #3FD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 17.12%
G = 57.07%
B = 25.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#3FD25F (or 0x3FD25F) is known color: Emerald. HEX triplet: 3F, D2 and 5F. RGB value is (63,210,95). Sum of RGB (Red+Green+Blue) = 63+210+95=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD25F is #C02DA0. Grayscale: #999999. Windows color (decimal): -12594593 or 6279743. OLE color: 6279743.

HSL color Cylindrical-coordinate representation of color #3FD25F: hue angle of 133.06º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD25F is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 210 95 -
CMYK 0.70 0 0.55 0.18
HSL 133.06º 0.62% 0.54% -
HSV(B) 133.06º 0.7% 0.82% -
XYZ 27.16 47.98 18.66 -
YUV 152.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 63 210 95 0.70 0 0.55 0.18 133.06 0.62 0.54
Hex 3F D2 5F 46 0 37 12 85 3E 36
Octal 77 322 137 106 0 67 22 205 76 66
Binary 111111 11010010 1011111 1000110 0 110111 10010 10000101 111110 110110

Color Harmonies of #3FD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD25F

Black with #3FD25F

Text Example


Text Example

White with #3FD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,210,95); }

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

background-color css

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

 a { background-color: rgb(63,210,95); }

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

border-color css

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

 span { border-color: rgb(63,210,95); }

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