Html Css Color HEX #3BFD85 Emerald

📋 copy color: '#3BFD85'

red 59 ◦ green 253 ◦ blue 133

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

Shades of Emerald #3BFD85

Tints of Emerald #3BFD85

RGB

 RED value IS 59 (23.44% from 255) = 13.26%

 GREEN value IS 253 (99.22% from 255) = 56.85%

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

R = 13.26%
G = 56.85%
B = 29.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#3BFD85 (or 0x3BFD85) is known color: Emerald. HEX triplet: 3B, FD and 85. RGB value is (59,253,133). Sum of RGB (Red+Green+Blue) = 59+253+133=445 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.26% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFD85 is #C4027A. Grayscale: #B5B5B5. Windows color (decimal): -12845691 or 8781115. OLE color: 8781115.

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

Color convert

RGB 59 253 133 -
CMYK 0.77 0 0.47 0.01
HSL 142.89º 0.98% 0.61% -
HSV(B) 142.89º 0.77% 0.99% -
XYZ 41.16 72.87 34.09 -
YUV 181.31 100.73 40.76 -
System Red Green Blue C M Y K H S L
Decimal 59 253 133 0.77 0 0.47 0.01 142.89 0.98 0.61
Hex 3B FD 85 4D 0 2F 1 8F 62 3D
Octal 73 375 205 115 0 57 1 217 142 75
Binary 111011 11111101 10000101 1001101 0 101111 1 10001111 1100010 111101

Color Harmonies of #3BFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFD85

Black with #3BFD85

Text Example


Text Example

White with #3BFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,253,133); }

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

background-color css

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

 a { background-color: rgb(59,253,133); }

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

border-color css

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

 span { border-color: rgb(59,253,133); }

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