Html Css Color HEX #38E174 Emerald

📋 copy color: '#38E174'

red 56 ◦ green 225 ◦ blue 116

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

Shades of Emerald #38E174

Tints of Emerald #38E174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.68%

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 14.11%
G = 56.68%
B = 29.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#38E174 (or 0x38E174) is known color: Emerald. HEX triplet: 38, E1 and 74. RGB value is (56,225,116). Sum of RGB (Red+Green+Blue) = 56+225+116=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #38E174 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E174 is #C71E8B. Grayscale: #A2A2A2. Windows color (decimal): -13049484 or 7659832. OLE color: 7659832.

HSL color Cylindrical-coordinate representation of color #38E174: hue angle of 141.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E174 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 116 -
CMYK 0.75 0 0.48 0.12
HSL 141.3º 0.74% 0.55% -
HSV(B) 141.3º 0.75% 0.88% -
XYZ 31.71 55.95 25.65 -
YUV 162.04 102.01 52.36 -
System Red Green Blue C M Y K H S L
Decimal 56 225 116 0.75 0 0.48 0.12 141.3 0.74 0.55
Hex 38 E1 74 4B 0 30 C 8D 4A 37
Octal 70 341 164 113 0 60 14 215 112 67
Binary 111000 11100001 1110100 1001011 0 110000 1100 10001101 1001010 110111

Color Harmonies of #38E174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E174

Black with #38E174

Text Example


Text Example

White with #38E174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,225,116); }

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

background-color css

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

 a { background-color: rgb(56,225,116); }

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

border-color css

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

 span { border-color: rgb(56,225,116); }

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