Html Css Color HEX #3DF075 Emerald

📋 copy color: '#3DF075'

red 61 ◦ green 240 ◦ blue 117

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

Shades of Emerald #3DF075

Tints of Emerald #3DF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 14.59%
G = 57.42%
B = 27.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#3DF075 (or 0x3DF075) is known color: Emerald. HEX triplet: 3D, F0 and 75. RGB value is (61,240,117). Sum of RGB (Red+Green+Blue) = 61+240+117=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF075 is #C20F8A. Grayscale: #ACACAC. Windows color (decimal): -12717963 or 7729213. OLE color: 7729213.

HSL color Cylindrical-coordinate representation of color #3DF075: hue angle of 138.77º 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 #3DF075 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 117 -
CMYK 0.75 0 0.51 0.06
HSL 138.77º 0.86% 0.59% -
HSV(B) 138.77º 0.75% 0.94% -
XYZ 36.3 64.6 27.39 -
YUV 172.46 96.7 48.5 -
System Red Green Blue C M Y K H S L
Decimal 61 240 117 0.75 0 0.51 0.06 138.77 0.86 0.59
Hex 3D F0 75 4B 0 33 6 8B 56 3B
Octal 75 360 165 113 0 63 6 213 126 73
Binary 111101 11110000 1110101 1001011 0 110011 110 10001011 1010110 111011

Color Harmonies of #3DF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF075

Black with #3DF075

Text Example


Text Example

White with #3DF075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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