Html Css Color HEX #38DA6A Emerald

📋 copy color: '#38DA6A'

red 56 ◦ green 218 ◦ blue 106

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

Shades of Emerald #38DA6A

Tints of Emerald #38DA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.37%

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

R = 14.74%
G = 57.37%
B = 27.89%

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

#38DA6A (or 0x38DA6A) is known color: Emerald. HEX triplet: 38, DA and 6A. RGB value is (56,218,106). Sum of RGB (Red+Green+Blue) = 56+218+106=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA6A is #C72595. Grayscale: #9D9D9D. Windows color (decimal): -13051286 or 7002680. OLE color: 7002680.

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

Color convert

RGB 56 218 106 -
CMYK 0.74 0 0.51 0.15
HSL 138.52º 0.69% 0.54% -
HSV(B) 138.52º 0.74% 0.85% -
XYZ 29.3 52.02 22.13 -
YUV 156.79 99.33 56.11 -
System Red Green Blue C M Y K H S L
Decimal 56 218 106 0.74 0 0.51 0.15 138.52 0.69 0.54
Hex 38 DA 6A 4A 0 33 F 8B 45 36
Octal 70 332 152 112 0 63 17 213 105 66
Binary 111000 11011010 1101010 1001010 0 110011 1111 10001011 1000101 110110

Color Harmonies of #38DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA6A

Black with #38DA6A

Text Example


Text Example

White with #38DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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