Html Css Color HEX #38E175 Emerald

📋 copy color: '#38E175'

red 56 ◦ green 225 ◦ blue 117

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

Shades of Emerald #38E175

Tints of Emerald #38E175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 14.07%
G = 56.53%
B = 29.4%

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

#38E175 (or 0x38E175) is known color: Emerald. HEX triplet: 38, E1 and 75. RGB value is (56,225,117). Sum of RGB (Red+Green+Blue) = 56+225+117=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #38E175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E175 is #C71E8A. Grayscale: #A2A2A2. Windows color (decimal): -13049483 or 7725368. OLE color: 7725368.

HSL color Cylindrical-coordinate representation of color #38E175: hue angle of 141.66º 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 #38E175 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 117 -
CMYK 0.75 0 0.48 0.12
HSL 141.66º 0.74% 0.55% -
HSV(B) 141.66º 0.75% 0.88% -
XYZ 31.77 55.98 25.96 -
YUV 162.16 102.51 52.28 -
System Red Green Blue C M Y K H S L
Decimal 56 225 117 0.75 0 0.48 0.12 141.66 0.74 0.55
Hex 38 E1 75 4B 0 30 C 8E 4A 37
Octal 70 341 165 113 0 60 14 216 112 67
Binary 111000 11100001 1110101 1001011 0 110000 1100 10001110 1001010 110111

Color Harmonies of #38E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E175

Black with #38E175

Text Example


Text Example

White with #38E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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