Html Css Color HEX #38E874 Emerald

📋 copy color: '#38E874'

red 56 ◦ green 232 ◦ blue 116

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

Shades of Emerald #38E874

Tints of Emerald #38E874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 13.86%
G = 57.43%
B = 28.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#38E874 (or 0x38E874) is known color: Emerald. HEX triplet: 38, E8 and 74. RGB value is (56,232,116). Sum of RGB (Red+Green+Blue) = 56+232+116=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #38E874 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E874 is #C7178B. Grayscale: #A6A6A6. Windows color (decimal): -13047692 or 7661624. OLE color: 7661624.

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

Color convert

RGB 56 232 116 -
CMYK 0.76 0 0.50 0.09
HSL 140.45º 0.79% 0.56% -
HSV(B) 140.45º 0.76% 0.91% -
XYZ 33.64 59.81 26.3 -
YUV 166.15 99.69 49.43 -
System Red Green Blue C M Y K H S L
Decimal 56 232 116 0.76 0 0.50 0.09 140.45 0.79 0.56
Hex 38 E8 74 4C 0 32 9 8C 4F 38
Octal 70 350 164 114 0 62 11 214 117 70
Binary 111000 11101000 1110100 1001100 0 110010 1001 10001100 1001111 111000

Color Harmonies of #38E874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E874

Black with #38E874

Text Example


Text Example

White with #38E874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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