Html Css Color HEX #38EC82 Emerald

📋 copy color: '#38EC82'

red 56 ◦ green 236 ◦ blue 130

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

Shades of Emerald #38EC82

Tints of Emerald #38EC82

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.92%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 13.27%
G = 55.92%
B = 30.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#38EC82 (or 0x38EC82) is known color: Emerald. HEX triplet: 38, EC and 82. RGB value is (56,236,130). Sum of RGB (Red+Green+Blue) = 56+236+130=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EC82 is #C7137D. Grayscale: #AAAAAA. Windows color (decimal): -13046654 or 8580152. OLE color: 8580152.

HSL color Cylindrical-coordinate representation of color #38EC82: hue angle of 144.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC82 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 130 -
CMYK 0.76 0 0.45 0.07
HSL 144.67º 0.83% 0.57% -
HSV(B) 144.67º 0.76% 0.93% -
XYZ 35.66 62.44 31.29 -
YUV 170.1 105.37 46.62 -
System Red Green Blue C M Y K H S L
Decimal 56 236 130 0.76 0 0.45 0.07 144.67 0.83 0.57
Hex 38 EC 82 4C 0 2D 7 91 53 39
Octal 70 354 202 114 0 55 7 221 123 71
Binary 111000 11101100 10000010 1001100 0 101101 111 10010001 1010011 111001

Color Harmonies of #38EC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC82

Black with #38EC82

Text Example


Text Example

White with #38EC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,130); }

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

background-color css

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

 a { background-color: rgb(56,236,130); }

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

border-color css

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

 span { border-color: rgb(56,236,130); }

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