Html Css Color HEX #3DCD58 Emerald

📋 copy color: '#3DCD58'

red 61 ◦ green 205 ◦ blue 88

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

Shades of Emerald #3DCD58

Tints of Emerald #3DCD58

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.91%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 17.23%
G = 57.91%
B = 24.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#3DCD58 (or 0x3DCD58) is known color: Emerald. HEX triplet: 3D, CD and 58. RGB value is (61,205,88). Sum of RGB (Red+Green+Blue) = 61+205+88=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD58 is #C232A7. Grayscale: #949494. Windows color (decimal): -12726952 or 5819709. OLE color: 5819709.

HSL color Cylindrical-coordinate representation of color #3DCD58: hue angle of 131.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD58 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 205 88 -
CMYK 0.70 0 0.57 0.20
HSL 131.25º 0.59% 0.52% -
HSV(B) 131.25º 0.7% 0.8% -
XYZ 25.52 45.36 16.64 -
YUV 148.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 61 205 88 0.70 0 0.57 0.20 131.25 0.59 0.52
Hex 3D CD 58 46 0 39 14 83 3B 34
Octal 75 315 130 106 0 71 24 203 73 64
Binary 111101 11001101 1011000 1000110 0 111001 10100 10000011 111011 110100

Color Harmonies of #3DCD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD58

Black with #3DCD58

Text Example


Text Example

White with #3DCD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,205,88); }

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

background-color css

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

 a { background-color: rgb(61,205,88); }

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

border-color css

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

 span { border-color: rgb(61,205,88); }

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