Html Css Color HEX #38D676 Emerald

📋 copy color: '#38D676'

red 56 ◦ green 214 ◦ blue 118

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

Shades of Emerald #38D676

Tints of Emerald #38D676

RGB

 RED value IS 56 (22.27% from 255) = 14.43%

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 14.43%
G = 55.15%
B = 30.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#38D676 (or 0x38D676) is known color: Emerald. HEX triplet: 38, D6 and 76. RGB value is (56,214,118). Sum of RGB (Red+Green+Blue) = 56+214+118=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #38D676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D676 is #C72989. Grayscale: #9C9C9C. Windows color (decimal): -13052298 or 7788088. OLE color: 7788088.

HSL color Cylindrical-coordinate representation of color #38D676: hue angle of 143.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D676 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 118 -
CMYK 0.74 0 0.45 0.16
HSL 143.54º 0.66% 0.53% -
HSV(B) 143.54º 0.74% 0.84% -
XYZ 28.95 50.24 25.31 -
YUV 155.81 106.65 56.81 -
System Red Green Blue C M Y K H S L
Decimal 56 214 118 0.74 0 0.45 0.16 143.54 0.66 0.53
Hex 38 D6 76 4A 0 2D 10 90 42 35
Octal 70 326 166 112 0 55 20 220 102 65
Binary 111000 11010110 1110110 1001010 0 101101 10000 10010000 1000010 110101

Color Harmonies of #38D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D676

Black with #38D676

Text Example


Text Example

White with #38D676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38D676; }

 p { color: rgb(56,214,118); }

 H1.HeaderClassName
 {
   color: #38D676;
 }
 .AnyTagClassName
 {
   color: #38D676;
 }
</style>

background-color css

<style>
 a { background-color: #38D676; }

 a { background-color: rgb(56,214,118); }

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

border-color css

<style>
 span { border-color: #38D676; }

 span { border-color: rgb(56,214,118); }

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