Html Css Color HEX #3BD668 Emerald

📋 copy color: '#3BD668'

red 59 ◦ green 214 ◦ blue 104

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

Shades of Emerald #3BD668

Tints of Emerald #3BD668

RGB

 RED value IS 59 (23.44% from 255) = 15.65%

 GREEN value IS 214 (83.98% from 255) = 56.76%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 15.65%
G = 56.76%
B = 27.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#3BD668 (or 0x3BD668) is known color: Emerald. HEX triplet: 3B, D6 and 68. RGB value is (59,214,104). Sum of RGB (Red+Green+Blue) = 59+214+104=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD668 is #C42997. Grayscale: #9B9B9B. Windows color (decimal): -12855704 or 6870587. OLE color: 6870587.

HSL color Cylindrical-coordinate representation of color #3BD668: hue angle of 137.42º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD668 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 214 104 -
CMYK 0.72 0 0.51 0.16
HSL 137.42º 0.65% 0.54% -
HSV(B) 137.42º 0.72% 0.84% -
XYZ 28.35 50.02 21.26 -
YUV 155.12 99.15 59.44 -
System Red Green Blue C M Y K H S L
Decimal 59 214 104 0.72 0 0.51 0.16 137.42 0.65 0.54
Hex 3B D6 68 48 0 33 10 89 41 36
Octal 73 326 150 110 0 63 20 211 101 66
Binary 111011 11010110 1101000 1001000 0 110011 10000 10001001 1000001 110110

Color Harmonies of #3BD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD668

Black with #3BD668

Text Example


Text Example

White with #3BD668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,104); }

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

background-color css

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

 a { background-color: rgb(59,214,104); }

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

border-color css

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

 span { border-color: rgb(59,214,104); }

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