Html Css Color HEX #38D67D Emerald

📋 copy color: '#38D67D'

red 56 ◦ green 214 ◦ blue 125

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

Shades of Emerald #38D67D

Tints of Emerald #38D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.18%

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

R = 14.18%
G = 54.18%
B = 31.65%

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

#38D67D (or 0x38D67D) is known color: Emerald. HEX triplet: 38, D6 and 7D. RGB value is (56,214,125). Sum of RGB (Red+Green+Blue) = 56+214+125=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #38D67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D67D is #C72982. Grayscale: #9C9C9C. Windows color (decimal): -13052291 or 8246840. OLE color: 8246840.

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

Color convert

RGB 56 214 125 -
CMYK 0.74 0 0.42 0.16
HSL 146.2º 0.66% 0.53% -
HSV(B) 146.2º 0.74% 0.84% -
XYZ 29.38 50.41 27.58 -
YUV 156.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 56 214 125 0.74 0 0.42 0.16 146.2 0.66 0.53
Hex 38 D6 7D 4A 0 2A 10 92 42 35
Octal 70 326 175 112 0 52 20 222 102 65
Binary 111000 11010110 1111101 1001010 0 101010 10000 10010010 1000010 110101

Color Harmonies of #38D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D67D

Black with #38D67D

Text Example


Text Example

White with #38D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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