Html Css Color HEX #38F27C Emerald

📋 copy color: '#38F27C'

red 56 ◦ green 242 ◦ blue 124

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

Shades of Emerald #38F27C

Tints of Emerald #38F27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 13.27%
G = 57.35%
B = 29.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#38F27C (or 0x38F27C) is known color: Emerald. HEX triplet: 38, F2 and 7C. RGB value is (56,242,124). Sum of RGB (Red+Green+Blue) = 56+242+124=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #38F27C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F27C is #C70D83. Grayscale: #ADADAD. Windows color (decimal): -13045124 or 8188472. OLE color: 8188472.

HSL color Cylindrical-coordinate representation of color #38F27C: hue angle of 141.94º 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 #38F27C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 124 -
CMYK 0.77 0 0.49 0.05
HSL 141.94º 0.88% 0.58% -
HSV(B) 141.94º 0.77% 0.95% -
XYZ 37.02 65.8 29.82 -
YUV 172.93 100.38 44.59 -
System Red Green Blue C M Y K H S L
Decimal 56 242 124 0.77 0 0.49 0.05 141.94 0.88 0.58
Hex 38 F2 7C 4D 0 31 5 8E 58 3A
Octal 70 362 174 115 0 61 5 216 130 72
Binary 111000 11110010 1111100 1001101 0 110001 101 10001110 1011000 111010

Color Harmonies of #38F27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F27C

Black with #38F27C

Text Example


Text Example

White with #38F27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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