Html Css Color HEX #38DC6A Emerald

📋 copy color: '#38DC6A'

red 56 ◦ green 220 ◦ blue 106

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

Shades of Emerald #38DC6A

Tints of Emerald #38DC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.59%

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

R = 14.66%
G = 57.59%
B = 27.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#38DC6A (or 0x38DC6A) is known color: Emerald. HEX triplet: 38, DC and 6A. RGB value is (56,220,106). Sum of RGB (Red+Green+Blue) = 56+220+106=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC6A is #C72395. Grayscale: #9E9E9E. Windows color (decimal): -13050774 or 7003192. OLE color: 7003192.

HSL color Cylindrical-coordinate representation of color #38DC6A: hue angle of 138.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC6A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 106 -
CMYK 0.75 0 0.52 0.14
HSL 138.29º 0.7% 0.54% -
HSV(B) 138.29º 0.75% 0.86% -
XYZ 29.83 53.07 22.31 -
YUV 157.97 98.67 55.27 -
System Red Green Blue C M Y K H S L
Decimal 56 220 106 0.75 0 0.52 0.14 138.29 0.7 0.54
Hex 38 DC 6A 4B 0 34 E 8A 46 36
Octal 70 334 152 113 0 64 16 212 106 66
Binary 111000 11011100 1101010 1001011 0 110100 1110 10001010 1000110 110110

Color Harmonies of #38DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC6A

Black with #38DC6A

Text Example


Text Example

White with #38DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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