Html Css Color HEX #3DCF73 Emerald

📋 copy color: '#3DCF73'

red 61 ◦ green 207 ◦ blue 115

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

Shades of Emerald #3DCF73

Tints of Emerald #3DCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.05%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 15.93%
G = 54.05%
B = 30.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#3DCF73 (or 0x3DCF73) is known color: Emerald. HEX triplet: 3D, CF and 73. RGB value is (61,207,115). Sum of RGB (Red+Green+Blue) = 61+207+115=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF73 is #C2308C. Grayscale: #999999. Windows color (decimal): -12726413 or 7589693. OLE color: 7589693.

HSL color Cylindrical-coordinate representation of color #3DCF73: hue angle of 142.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF73 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 115 -
CMYK 0.71 0 0.44 0.19
HSL 142.19º 0.6% 0.53% -
HSV(B) 142.19º 0.71% 0.81% -
XYZ 27.33 46.86 23.82 -
YUV 152.86 106.63 62.48 -
System Red Green Blue C M Y K H S L
Decimal 61 207 115 0.71 0 0.44 0.19 142.19 0.6 0.53
Hex 3D CF 73 47 0 2C 13 8E 3C 35
Octal 75 317 163 107 0 54 23 216 74 65
Binary 111101 11001111 1110011 1000111 0 101100 10011 10001110 111100 110101

Color Harmonies of #3DCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF73

Black with #3DCF73

Text Example


Text Example

White with #3DCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,207,115); }

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

background-color css

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

 a { background-color: rgb(61,207,115); }

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

border-color css

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

 span { border-color: rgb(61,207,115); }

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