Html Css Color HEX #38D776 Emerald

📋 copy color: '#38D776'

red 56 ◦ green 215 ◦ blue 118

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

Shades of Emerald #38D776

Tints of Emerald #38D776

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.27%

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

R = 14.4%
G = 55.27%
B = 30.33%

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

#38D776 (or 0x38D776) is known color: Emerald. HEX triplet: 38, D7 and 76. RGB value is (56,215,118). Sum of RGB (Red+Green+Blue) = 56+215+118=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #38D776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D776 is #C72889. Grayscale: #9C9C9C. Windows color (decimal): -13052042 or 7788344. OLE color: 7788344.

HSL color Cylindrical-coordinate representation of color #38D776: hue angle of 143.4º degrees, saturation: 0.67, 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 #38D776 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 118 -
CMYK 0.74 0 0.45 0.16
HSL 143.4º 0.67% 0.53% -
HSV(B) 143.4º 0.74% 0.84% -
XYZ 29.2 50.75 25.4 -
YUV 156.4 106.32 56.39 -
System Red Green Blue C M Y K H S L
Decimal 56 215 118 0.74 0 0.45 0.16 143.4 0.67 0.53
Hex 38 D7 76 4A 0 2D 10 8F 43 35
Octal 70 327 166 112 0 55 20 217 103 65
Binary 111000 11010111 1110110 1001010 0 101101 10000 10001111 1000011 110101

Color Harmonies of #38D776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D776

Black with #38D776

Text Example


Text Example

White with #38D776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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