Html Css Color HEX #38D972 Emerald

📋 copy color: '#38D972'

red 56 ◦ green 217 ◦ blue 114

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

Shades of Emerald #38D972

Tints of Emerald #38D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.07%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 14.47%
G = 56.07%
B = 29.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#38D972 (or 0x38D972) is known color: Emerald. HEX triplet: 38, D9 and 72. RGB value is (56,217,114). Sum of RGB (Red+Green+Blue) = 56+217+114=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #38D972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D972 is #C7268D. Grayscale: #9D9D9D. Windows color (decimal): -13051534 or 7526712. OLE color: 7526712.

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

Color convert

RGB 56 217 114 -
CMYK 0.74 0 0.47 0.15
HSL 141.61º 0.68% 0.54% -
HSV(B) 141.61º 0.74% 0.85% -
XYZ 29.48 51.68 24.34 -
YUV 157.12 103.66 55.88 -
System Red Green Blue C M Y K H S L
Decimal 56 217 114 0.74 0 0.47 0.15 141.61 0.68 0.54
Hex 38 D9 72 4A 0 2F F 8E 44 36
Octal 70 331 162 112 0 57 17 216 104 66
Binary 111000 11011001 1110010 1001010 0 101111 1111 10001110 1000100 110110

Color Harmonies of #38D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D972

Black with #38D972

Text Example


Text Example

White with #38D972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,114); }

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

background-color css

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

 a { background-color: rgb(56,217,114); }

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

border-color css

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

 span { border-color: rgb(56,217,114); }

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