Html Css Color HEX #3FCF85 Emerald

📋 copy color: '#3FCF85'

red 63 ◦ green 207 ◦ blue 133

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

Shades of Emerald #3FCF85

Tints of Emerald #3FCF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 15.63%
G = 51.36%
B = 33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#3FCF85 (or 0x3FCF85) is known color: Emerald. HEX triplet: 3F, CF and 85. RGB value is (63,207,133). Sum of RGB (Red+Green+Blue) = 63+207+133=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF85 is #C0307A. Grayscale: #9B9B9B. Windows color (decimal): -12595323 or 8769343. OLE color: 8769343.

HSL color Cylindrical-coordinate representation of color #3FCF85: hue angle of 149.17º 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 #3FCF85 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 133 -
CMYK 0.70 0 0.36 0.19
HSL 149.17º 0.6% 0.53% -
HSV(B) 149.17º 0.7% 0.81% -
XYZ 28.6 47.38 29.83 -
YUV 155.51 115.29 62.02 -
System Red Green Blue C M Y K H S L
Decimal 63 207 133 0.70 0 0.36 0.19 149.17 0.6 0.53
Hex 3F CF 85 46 0 24 13 95 3C 35
Octal 77 317 205 106 0 44 23 225 74 65
Binary 111111 11001111 10000101 1000110 0 100100 10011 10010101 111100 110101

Color Harmonies of #3FCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF85

Black with #3FCF85

Text Example


Text Example

White with #3FCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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