Html Css Color HEX #38D57D Emerald

📋 copy color: '#38D57D'

red 56 ◦ green 213 ◦ blue 125

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

Shades of Emerald #38D57D

Tints of Emerald #38D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.06%

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

R = 14.21%
G = 54.06%
B = 31.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#38D57D (or 0x38D57D) is known color: Emerald. HEX triplet: 38, D5 and 7D. RGB value is (56,213,125). Sum of RGB (Red+Green+Blue) = 56+213+125=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #38D57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D57D is #C72A82. Grayscale: #9C9C9C. Windows color (decimal): -13052547 or 8246584. OLE color: 8246584.

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

Color convert

RGB 56 213 125 -
CMYK 0.74 0 0.41 0.16
HSL 146.37º 0.65% 0.53% -
HSV(B) 146.37º 0.74% 0.84% -
XYZ 29.13 49.91 27.5 -
YUV 156.03 110.49 56.66 -
System Red Green Blue C M Y K H S L
Decimal 56 213 125 0.74 0 0.41 0.16 146.37 0.65 0.53
Hex 38 D5 7D 4A 0 29 10 92 41 35
Octal 70 325 175 112 0 51 20 222 101 65
Binary 111000 11010101 1111101 1001010 0 101001 10000 10010010 1000001 110101

Color Harmonies of #38D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D57D

Black with #38D57D

Text Example


Text Example

White with #38D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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