Html Css Color HEX #38D86A Emerald

📋 copy color: '#38D86A'

red 56 ◦ green 216 ◦ blue 106

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

Shades of Emerald #38D86A

Tints of Emerald #38D86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 14.81%
G = 57.14%
B = 28.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#38D86A (or 0x38D86A) is known color: Emerald. HEX triplet: 38, D8 and 6A. RGB value is (56,216,106). Sum of RGB (Red+Green+Blue) = 56+216+106=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #38D86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D86A is #C72795. Grayscale: #9B9B9B. Windows color (decimal): -13051798 or 7002168. OLE color: 7002168.

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

Color convert

RGB 56 216 106 -
CMYK 0.74 0 0.51 0.15
HSL 138.75º 0.67% 0.53% -
HSV(B) 138.75º 0.74% 0.85% -
XYZ 28.79 50.99 21.96 -
YUV 155.62 99.99 56.94 -
System Red Green Blue C M Y K H S L
Decimal 56 216 106 0.74 0 0.51 0.15 138.75 0.67 0.53
Hex 38 D8 6A 4A 0 33 F 8B 43 35
Octal 70 330 152 112 0 63 17 213 103 65
Binary 111000 11011000 1101010 1001010 0 110011 1111 10001011 1000011 110101

Color Harmonies of #38D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D86A

Black with #38D86A

Text Example


Text Example

White with #38D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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