Html Css Color HEX #38E880 Emerald

📋 copy color: '#38E880'

red 56 ◦ green 232 ◦ blue 128

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

Shades of Emerald #38E880

Tints of Emerald #38E880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 13.46%
G = 55.77%
B = 30.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#38E880 (or 0x38E880) is known color: Emerald. HEX triplet: 38, E8 and 80. RGB value is (56,232,128). Sum of RGB (Red+Green+Blue) = 56+232+128=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #38E880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38E880 is #C7177F. Grayscale: #A7A7A7. Windows color (decimal): -13047680 or 8448056. OLE color: 8448056.

HSL color Cylindrical-coordinate representation of color #38E880: hue angle of 144.55º 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 #38E880 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 128 -
CMYK 0.76 0 0.45 0.09
HSL 144.55º 0.79% 0.56% -
HSV(B) 144.55º 0.76% 0.91% -
XYZ 34.38 60.11 30.21 -
YUV 167.52 105.69 48.46 -
System Red Green Blue C M Y K H S L
Decimal 56 232 128 0.76 0 0.45 0.09 144.55 0.79 0.56
Hex 38 E8 80 4C 0 2D 9 91 4F 38
Octal 70 350 200 114 0 55 11 221 117 70
Binary 111000 11101000 10000000 1001100 0 101101 1001 10010001 1001111 111000

Color Harmonies of #38E880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E880

Black with #38E880

Text Example


Text Example

White with #38E880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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