Html Css Color HEX #3DFB85 Emerald

📋 copy color: '#3DFB85'

red 61 ◦ green 251 ◦ blue 133

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

Shades of Emerald #3DFB85

Tints of Emerald #3DFB85

RGB

 RED value IS 61 (24.22% from 255) = 13.71%

 GREEN value IS 251 (98.44% from 255) = 56.4%

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

R = 13.71%
G = 56.4%
B = 29.89%

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

#3DFB85 (or 0x3DFB85) is known color: Emerald. HEX triplet: 3D, FB and 85. RGB value is (61,251,133). Sum of RGB (Red+Green+Blue) = 61+251+133=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFB85 is #C2047A. Grayscale: #B5B5B5. Windows color (decimal): -12715131 or 8780605. OLE color: 8780605.

HSL color Cylindrical-coordinate representation of color #3DFB85: hue angle of 142.74º degrees, saturation: 0.96, 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 #3DFB85 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 251 133 -
CMYK 0.76 0 0.47 0.02
HSL 142.74º 0.96% 0.61% -
HSV(B) 142.74º 0.76% 0.98% -
XYZ 40.66 71.68 33.88 -
YUV 180.74 101.05 42.59 -
System Red Green Blue C M Y K H S L
Decimal 61 251 133 0.76 0 0.47 0.02 142.74 0.96 0.61
Hex 3D FB 85 4C 0 2F 2 8F 60 3D
Octal 75 373 205 114 0 57 2 217 140 75
Binary 111101 11111011 10000101 1001100 0 101111 10 10001111 1100000 111101

Color Harmonies of #3DFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFB85

Black with #3DFB85

Text Example


Text Example

White with #3DFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,251,133); }

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

background-color css

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

 a { background-color: rgb(61,251,133); }

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

border-color css

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

 span { border-color: rgb(61,251,133); }

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