Html Css Color HEX #3DF070 Emerald

📋 copy color: '#3DF070'

red 61 ◦ green 240 ◦ blue 112

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

Shades of Emerald #3DF070

Tints of Emerald #3DF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.11%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 14.77%
G = 58.11%
B = 27.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#3DF070 (or 0x3DF070) is known color: Emerald. HEX triplet: 3D, F0 and 70. RGB value is (61,240,112). Sum of RGB (Red+Green+Blue) = 61+240+112=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF070 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF070 is #C20F8F. Grayscale: #ACACAC. Windows color (decimal): -12717968 or 7401533. OLE color: 7401533.

HSL color Cylindrical-coordinate representation of color #3DF070: hue angle of 137.09º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF070 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 112 -
CMYK 0.75 0 0.53 0.06
HSL 137.1º 0.86% 0.59% -
HSV(B) 137.1º 0.75% 0.94% -
XYZ 36.01 64.48 25.88 -
YUV 171.89 94.2 48.91 -
System Red Green Blue C M Y K H S L
Decimal 61 240 112 0.75 0 0.53 0.06 137.1 0.86 0.59
Hex 3D F0 70 4B 0 35 6 89 56 3B
Octal 75 360 160 113 0 65 6 211 126 73
Binary 111101 11110000 1110000 1001011 0 110101 110 10001001 1010110 111011

Color Harmonies of #3DF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF070

Black with #3DF070

Text Example


Text Example

White with #3DF070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,240,112); }

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

background-color css

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

 a { background-color: rgb(61,240,112); }

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

border-color css

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

 span { border-color: rgb(61,240,112); }

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