Html Css Color HEX #38D77D Emerald

📋 copy color: '#38D77D'

red 56 ◦ green 215 ◦ blue 125

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

Shades of Emerald #38D77D

Tints of Emerald #38D77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 14.14%
G = 54.29%
B = 31.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#38D77D (or 0x38D77D) is known color: Emerald. HEX triplet: 38, D7 and 7D. RGB value is (56,215,125). Sum of RGB (Red+Green+Blue) = 56+215+125=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #38D77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D77D is #C72882. Grayscale: #9D9D9D. Windows color (decimal): -13052035 or 8247096. OLE color: 8247096.

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

Color convert

RGB 56 215 125 -
CMYK 0.74 0 0.42 0.16
HSL 146.04º 0.67% 0.53% -
HSV(B) 146.04º 0.74% 0.84% -
XYZ 29.63 50.92 27.67 -
YUV 157.2 109.82 55.82 -
System Red Green Blue C M Y K H S L
Decimal 56 215 125 0.74 0 0.42 0.16 146.04 0.67 0.53
Hex 38 D7 7D 4A 0 2A 10 92 43 35
Octal 70 327 175 112 0 52 20 222 103 65
Binary 111000 11010111 1111101 1001010 0 101010 10000 10010010 1000011 110101

Color Harmonies of #38D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D77D

Black with #38D77D

Text Example


Text Example

White with #38D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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