Html Css Color HEX #3FCF5D Emerald

📋 copy color: '#3FCF5D'

red 63 ◦ green 207 ◦ blue 93

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

Shades of Emerald #3FCF5D

Tints of Emerald #3FCF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.02%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 17.36%
G = 57.02%
B = 25.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#3FCF5D (or 0x3FCF5D) is known color: Emerald. HEX triplet: 3F, CF and 5D. RGB value is (63,207,93). Sum of RGB (Red+Green+Blue) = 63+207+93=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF5D is #C030A2. Grayscale: #979797. Windows color (decimal): -12595363 or 6147903. OLE color: 6147903.

HSL color Cylindrical-coordinate representation of color #3FCF5D: hue angle of 132.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF5D is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 93 -
CMYK 0.70 0 0.55 0.19
HSL 132.5º 0.6% 0.53% -
HSV(B) 132.5º 0.7% 0.81% -
XYZ 26.34 46.47 17.94 -
YUV 150.95 95.29 65.27 -
System Red Green Blue C M Y K H S L
Decimal 63 207 93 0.70 0 0.55 0.19 132.5 0.6 0.53
Hex 3F CF 5D 46 0 37 13 84 3C 35
Octal 77 317 135 106 0 67 23 204 74 65
Binary 111111 11001111 1011101 1000110 0 110111 10011 10000100 111100 110101

Color Harmonies of #3FCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF5D

Black with #3FCF5D

Text Example


Text Example

White with #3FCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,207,93); }

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

background-color css

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

 a { background-color: rgb(63,207,93); }

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

border-color css

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

 span { border-color: rgb(63,207,93); }

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