Html Css Color HEX #38E85D Emerald

📋 copy color: '#38E85D'

red 56 ◦ green 232 ◦ blue 93

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

Shades of Emerald #38E85D

Tints of Emerald #38E85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 60.89%

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 14.7%
G = 60.89%
B = 24.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#38E85D (or 0x38E85D) is known color: Emerald. HEX triplet: 38, E8 and 5D. RGB value is (56,232,93). Sum of RGB (Red+Green+Blue) = 56+232+93=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #38E85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E85D is #C717A2. Grayscale: #A3A3A3. Windows color (decimal): -13047715 or 6154296. OLE color: 6154296.

HSL color Cylindrical-coordinate representation of color #38E85D: hue angle of 132.61º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E85D is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 93 -
CMYK 0.76 0 0.60 0.09
HSL 132.61º 0.79% 0.56% -
HSV(B) 132.61º 0.76% 0.91% -
XYZ 32.46 59.34 20.1 -
YUV 163.53 88.19 51.3 -
System Red Green Blue C M Y K H S L
Decimal 56 232 93 0.76 0 0.60 0.09 132.61 0.79 0.56
Hex 38 E8 5D 4C 0 3C 9 85 4F 38
Octal 70 350 135 114 0 74 11 205 117 70
Binary 111000 11101000 1011101 1001100 0 111100 1001 10000101 1001111 111000

Color Harmonies of #38E85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E85D

Black with #38E85D

Text Example


Text Example

White with #38E85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,93); }

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

background-color css

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

 a { background-color: rgb(56,232,93); }

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

border-color css

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

 span { border-color: rgb(56,232,93); }

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