Html Css Color HEX #38D87D Emerald

📋 copy color: '#38D87D'

red 56 ◦ green 216 ◦ blue 125

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

Shades of Emerald #38D87D

Tints of Emerald #38D87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 14.11%
G = 54.41%
B = 31.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#38D87D (or 0x38D87D) is known color: Emerald. HEX triplet: 38, D8 and 7D. RGB value is (56,216,125). Sum of RGB (Red+Green+Blue) = 56+216+125=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #38D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D87D is #C72782. Grayscale: #9D9D9D. Windows color (decimal): -13051779 or 8247352. OLE color: 8247352.

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

Color convert

RGB 56 216 125 -
CMYK 0.74 0 0.42 0.15
HSL 145.88º 0.67% 0.53% -
HSV(B) 145.88º 0.74% 0.85% -
XYZ 29.89 51.43 27.75 -
YUV 157.79 109.49 55.4 -
System Red Green Blue C M Y K H S L
Decimal 56 216 125 0.74 0 0.42 0.15 145.88 0.67 0.53
Hex 38 D8 7D 4A 0 2A F 92 43 35
Octal 70 330 175 112 0 52 17 222 103 65
Binary 111000 11011000 1111101 1001010 0 101010 1111 10010010 1000011 110101

Color Harmonies of #38D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D87D

Black with #38D87D

Text Example


Text Example

White with #38D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,125); }

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

background-color css

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

 a { background-color: rgb(56,216,125); }

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

border-color css

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

 span { border-color: rgb(56,216,125); }

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