Html Css Color HEX #38D86B Emerald

📋 copy color: '#38D86B'

red 56 ◦ green 216 ◦ blue 107

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

Shades of Emerald #38D86B

Tints of Emerald #38D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.99%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 14.78%
G = 56.99%
B = 28.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#38D86B (or 0x38D86B) is known color: Emerald. HEX triplet: 38, D8 and 6B. RGB value is (56,216,107). Sum of RGB (Red+Green+Blue) = 56+216+107=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #38D86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D86B is #C72794. Grayscale: #9C9C9C. Windows color (decimal): -13051797 or 7067704. OLE color: 7067704.

HSL color Cylindrical-coordinate representation of color #38D86B: hue angle of 139.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D86B is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 107 -
CMYK 0.74 0 0.50 0.15
HSL 139.13º 0.67% 0.53% -
HSV(B) 139.13º 0.74% 0.85% -
XYZ 28.84 51.01 22.24 -
YUV 155.73 100.49 56.86 -
System Red Green Blue C M Y K H S L
Decimal 56 216 107 0.74 0 0.50 0.15 139.13 0.67 0.53
Hex 38 D8 6B 4A 0 32 F 8B 43 35
Octal 70 330 153 112 0 62 17 213 103 65
Binary 111000 11011000 1101011 1001010 0 110010 1111 10001011 1000011 110101

Color Harmonies of #38D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D86B

Black with #38D86B

Text Example


Text Example

White with #38D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,107); }

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

background-color css

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

 a { background-color: rgb(56,216,107); }

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

border-color css

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

 span { border-color: rgb(56,216,107); }

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