Html Css Color HEX #3DF785 Emerald

📋 copy color: '#3DF785'

red 61 ◦ green 247 ◦ blue 133

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

Shades of Emerald #3DF785

Tints of Emerald #3DF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.01%

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

R = 13.83%
G = 56.01%
B = 30.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#3DF785 (or 0x3DF785) is known color: Emerald. HEX triplet: 3D, F7 and 85. RGB value is (61,247,133). Sum of RGB (Red+Green+Blue) = 61+247+133=441 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.83% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF785 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF785 is #C2087A. Grayscale: #B2B2B2. Windows color (decimal): -12716155 or 8779581. OLE color: 8779581.

HSL color Cylindrical-coordinate representation of color #3DF785: hue angle of 143.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF785 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 133 -
CMYK 0.75 0 0.46 0.03
HSL 143.23º 0.92% 0.6% -
HSV(B) 143.23º 0.75% 0.97% -
XYZ 39.42 69.21 33.47 -
YUV 178.39 102.38 44.27 -
System Red Green Blue C M Y K H S L
Decimal 61 247 133 0.75 0 0.46 0.03 143.23 0.92 0.6
Hex 3D F7 85 4B 0 2E 3 8F 5C 3C
Octal 75 367 205 113 0 56 3 217 134 74
Binary 111101 11110111 10000101 1001011 0 101110 11 10001111 1011100 111100

Color Harmonies of #3DF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF785

Black with #3DF785

Text Example


Text Example

White with #3DF785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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