Html Css Color HEX #38D164 Emerald

📋 copy color: '#38D164'

red 56 ◦ green 209 ◦ blue 100

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

Shades of Emerald #38D164

Tints of Emerald #38D164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.26%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 15.34%
G = 57.26%
B = 27.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#38D164 (or 0x38D164) is known color: Emerald. HEX triplet: 38, D1 and 64. RGB value is (56,209,100). Sum of RGB (Red+Green+Blue) = 56+209+100=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #38D164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D164 is #C72E9B. Grayscale: #979797. Windows color (decimal): -13053596 or 6607160. OLE color: 6607160.

HSL color Cylindrical-coordinate representation of color #38D164: hue angle of 137.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D164 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 209 100 -
CMYK 0.73 0 0.52 0.18
HSL 137.25º 0.62% 0.52% -
HSV(B) 137.25º 0.73% 0.82% -
XYZ 26.73 47.36 19.79 -
YUV 150.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 56 209 100 0.73 0 0.52 0.18 137.25 0.62 0.52
Hex 38 D1 64 49 0 34 12 89 3E 34
Octal 70 321 144 111 0 64 22 211 76 64
Binary 111000 11010001 1100100 1001001 0 110100 10010 10001001 111110 110100

Color Harmonies of #38D164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D164

Black with #38D164

Text Example


Text Example

White with #38D164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,209,100); }

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

background-color css

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

 a { background-color: rgb(56,209,100); }

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

border-color css

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

 span { border-color: rgb(56,209,100); }

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