Html Css Color HEX #38F276 Emerald

📋 copy color: '#38F276'

red 56 ◦ green 242 ◦ blue 118

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

Shades of Emerald #38F276

Tints of Emerald #38F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.17%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 13.46%
G = 58.17%
B = 28.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#38F276 (or 0x38F276) is known color: Emerald. HEX triplet: 38, F2 and 76. RGB value is (56,242,118). Sum of RGB (Red+Green+Blue) = 56+242+118=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #38F276 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F276 is #C70D89. Grayscale: #ACACAC. Windows color (decimal): -13045130 or 7795256. OLE color: 7795256.

HSL color Cylindrical-coordinate representation of color #38F276: hue angle of 140º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F276 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 118 -
CMYK 0.77 0 0.51 0.05
HSL 140º 0.88% 0.58% -
HSV(B) 140º 0.77% 0.95% -
XYZ 36.65 65.65 27.88 -
YUV 172.25 97.38 45.08 -
System Red Green Blue C M Y K H S L
Decimal 56 242 118 0.77 0 0.51 0.05 140 0.88 0.58
Hex 38 F2 76 4D 0 33 5 8C 58 3A
Octal 70 362 166 115 0 63 5 214 130 72
Binary 111000 11110010 1110110 1001101 0 110011 101 10001100 1011000 111010

Color Harmonies of #38F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F276

Black with #38F276

Text Example


Text Example

White with #38F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,242,118); }

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

background-color css

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

 a { background-color: rgb(56,242,118); }

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

border-color css

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

 span { border-color: rgb(56,242,118); }

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