Html Css Color HEX #38D47C Emerald

📋 copy color: '#38D47C'

red 56 ◦ green 212 ◦ blue 124

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

Shades of Emerald #38D47C

Tints of Emerald #38D47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.08%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 14.29%
G = 54.08%
B = 31.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#38D47C (or 0x38D47C) is known color: Emerald. HEX triplet: 38, D4 and 7C. RGB value is (56,212,124). Sum of RGB (Red+Green+Blue) = 56+212+124=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #38D47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D47C is #C72B83. Grayscale: #9B9B9B. Windows color (decimal): -13052804 or 8180792. OLE color: 8180792.

HSL color Cylindrical-coordinate representation of color #38D47C: hue angle of 146.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D47C is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 212 124 -
CMYK 0.74 0 0.42 0.17
HSL 146.15º 0.64% 0.53% -
HSV(B) 146.15º 0.74% 0.83% -
XYZ 28.81 49.38 27.08 -
YUV 155.32 110.32 57.16 -
System Red Green Blue C M Y K H S L
Decimal 56 212 124 0.74 0 0.42 0.17 146.15 0.64 0.53
Hex 38 D4 7C 4A 0 2A 11 92 40 35
Octal 70 324 174 112 0 52 21 222 100 65
Binary 111000 11010100 1111100 1001010 0 101010 10001 10010010 1000000 110101

Color Harmonies of #38D47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D47C

Black with #38D47C

Text Example


Text Example

White with #38D47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,212,124); }

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

background-color css

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

 a { background-color: rgb(56,212,124); }

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

border-color css

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

 span { border-color: rgb(56,212,124); }

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