Html Css Color HEX #3DC95C Emerald

📋 copy color: '#3DC95C'

red 61 ◦ green 201 ◦ blue 92

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

Shades of Emerald #3DC95C

Tints of Emerald #3DC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.78%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 17.23%
G = 56.78%
B = 25.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#3DC95C (or 0x3DC95C) is known color: Emerald. HEX triplet: 3D, C9 and 5C. RGB value is (61,201,92). Sum of RGB (Red+Green+Blue) = 61+201+92=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC95C is #C236A3. Grayscale: #939393. Windows color (decimal): -12727972 or 6080829. OLE color: 6080829.

HSL color Cylindrical-coordinate representation of color #3DC95C: hue angle of 133.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC95C is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 201 92 -
CMYK 0.70 0 0.54 0.21
HSL 133.29º 0.56% 0.51% -
HSV(B) 133.29º 0.7% 0.79% -
XYZ 24.74 43.54 17.22 -
YUV 146.71 97.12 66.86 -
System Red Green Blue C M Y K H S L
Decimal 61 201 92 0.70 0 0.54 0.21 133.29 0.56 0.51
Hex 3D C9 5C 46 0 36 15 85 38 33
Octal 75 311 134 106 0 66 25 205 70 63
Binary 111101 11001001 1011100 1000110 0 110110 10101 10000101 111000 110011

Color Harmonies of #3DC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC95C

Black with #3DC95C

Text Example


Text Example

White with #3DC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,201,92); }

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

background-color css

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

 a { background-color: rgb(61,201,92); }

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

border-color css

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

 span { border-color: rgb(61,201,92); }

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