Html Css Color HEX #3CF985 Emerald

📋 copy color: '#3CF985'

red 60 ◦ green 249 ◦ blue 133

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

Shades of Emerald #3CF985

Tints of Emerald #3CF985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.33%

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

R = 13.57%
G = 56.33%
B = 30.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#3CF985 (or 0x3CF985) is known color: Emerald. HEX triplet: 3C, F9 and 85. RGB value is (60,249,133). Sum of RGB (Red+Green+Blue) = 60+249+133=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF985 is #C3067A. Grayscale: #B3B3B3. Windows color (decimal): -12781179 or 8780092. OLE color: 8780092.

HSL color Cylindrical-coordinate representation of color #3CF985: hue angle of 143.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF985 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 249 133 -
CMYK 0.76 0 0.47 0.02
HSL 143.17º 0.94% 0.61% -
HSV(B) 143.17º 0.76% 0.98% -
XYZ 39.97 70.41 33.67 -
YUV 179.27 101.88 42.93 -
System Red Green Blue C M Y K H S L
Decimal 60 249 133 0.76 0 0.47 0.02 143.17 0.94 0.61
Hex 3C F9 85 4C 0 2F 2 8F 5E 3D
Octal 74 371 205 114 0 57 2 217 136 75
Binary 111100 11111001 10000101 1001100 0 101111 10 10001111 1011110 111101

Color Harmonies of #3CF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF985

Black with #3CF985

Text Example


Text Example

White with #3CF985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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