Html Css Color HEX #3DCF74 Emerald

📋 copy color: '#3DCF74'

red 61 ◦ green 207 ◦ blue 116

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

Shades of Emerald #3DCF74

Tints of Emerald #3DCF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 15.89%
G = 53.91%
B = 30.21%

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

#3DCF74 (or 0x3DCF74) is known color: Emerald. HEX triplet: 3D, CF and 74. RGB value is (61,207,116). Sum of RGB (Red+Green+Blue) = 61+207+116=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF74 is #C2308B. Grayscale: #999999. Windows color (decimal): -12726412 or 7655229. OLE color: 7655229.

HSL color Cylindrical-coordinate representation of color #3DCF74: hue angle of 142.6º 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 #3DCF74 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 116 -
CMYK 0.71 0 0.44 0.19
HSL 142.6º 0.6% 0.53% -
HSV(B) 142.6º 0.71% 0.81% -
XYZ 27.39 46.88 24.13 -
YUV 152.97 107.13 62.4 -
System Red Green Blue C M Y K H S L
Decimal 61 207 116 0.71 0 0.44 0.19 142.6 0.6 0.53
Hex 3D CF 74 47 0 2C 13 8F 3C 35
Octal 75 317 164 107 0 54 23 217 74 65
Binary 111101 11001111 1110100 1000111 0 101100 10011 10001111 111100 110101

Color Harmonies of #3DCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF74

Black with #3DCF74

Text Example


Text Example

White with #3DCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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