Html Css Color HEX #3CF485 Emerald

📋 copy color: '#3CF485'

red 60 ◦ green 244 ◦ blue 133

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

Shades of Emerald #3CF485

Tints of Emerald #3CF485

RGB

 RED value IS 60 (23.83% from 255) = 13.73%

 GREEN value IS 244 (95.7% from 255) = 55.84%

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

R = 13.73%
G = 55.84%
B = 30.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#3CF485 (or 0x3CF485) is known color: Emerald. HEX triplet: 3C, F4 and 85. RGB value is (60,244,133). Sum of RGB (Red+Green+Blue) = 60+244+133=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF485 is #C30B7A. Grayscale: #B0B0B0. Windows color (decimal): -12782459 or 8778812. OLE color: 8778812.

HSL color Cylindrical-coordinate representation of color #3CF485: hue angle of 143.8º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF485 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 133 -
CMYK 0.75 0 0.45 0.04
HSL 143.8º 0.89% 0.6% -
HSV(B) 143.8º 0.75% 0.96% -
XYZ 38.45 67.36 33.16 -
YUV 176.33 103.54 45.03 -
System Red Green Blue C M Y K H S L
Decimal 60 244 133 0.75 0 0.45 0.04 143.8 0.89 0.6
Hex 3C F4 85 4B 0 2D 4 90 59 3C
Octal 74 364 205 113 0 55 4 220 131 74
Binary 111100 11110100 10000101 1001011 0 101101 100 10010000 1011001 111100

Color Harmonies of #3CF485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF485

Black with #3CF485

Text Example


Text Example

White with #3CF485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,133); }

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

background-color css

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

 a { background-color: rgb(60,244,133); }

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

border-color css

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

 span { border-color: rgb(60,244,133); }

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