Html Css Color HEX #38CF7C Emerald

📋 copy color: '#38CF7C'

red 56 ◦ green 207 ◦ blue 124

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

Shades of Emerald #38CF7C

Tints of Emerald #38CF7C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.49%

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

R = 14.47%
G = 53.49%
B = 32.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#38CF7C (or 0x38CF7C) is known color: Emerald. HEX triplet: 38, CF and 7C. RGB value is (56,207,124). Sum of RGB (Red+Green+Blue) = 56+207+124=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF7C is #C73083. Grayscale: #989898. Windows color (decimal): -13054084 or 8179512. OLE color: 8179512.

HSL color Cylindrical-coordinate representation of color #38CF7C: hue angle of 147.02º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF7C is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 124 -
CMYK 0.73 0 0.40 0.19
HSL 147.02º 0.61% 0.52% -
HSV(B) 147.02º 0.73% 0.81% -
XYZ 27.58 46.92 26.67 -
YUV 152.39 111.97 59.25 -
System Red Green Blue C M Y K H S L
Decimal 56 207 124 0.73 0 0.40 0.19 147.02 0.61 0.52
Hex 38 CF 7C 49 0 28 13 93 3D 34
Octal 70 317 174 111 0 50 23 223 75 64
Binary 111000 11001111 1111100 1001001 0 101000 10011 10010011 111101 110100

Color Harmonies of #38CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF7C

Black with #38CF7C

Text Example


Text Example

White with #38CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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