Html Css Color HEX #38CF76 Emerald

📋 copy color: '#38CF76'

red 56 ◦ green 207 ◦ blue 118

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

Shades of Emerald #38CF76

Tints of Emerald #38CF76

RGB

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

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

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

R = 14.7%
G = 54.33%
B = 30.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#38CF76 (or 0x38CF76) is known color: Emerald. HEX triplet: 38, CF and 76. RGB value is (56,207,118). Sum of RGB (Red+Green+Blue) = 56+207+118=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF76 is #C73089. Grayscale: #979797. Windows color (decimal): -13054090 or 7786296. OLE color: 7786296.

HSL color Cylindrical-coordinate representation of color #38CF76: hue angle of 144.64º 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 #38CF76 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 118 -
CMYK 0.73 0 0.43 0.19
HSL 144.64º 0.61% 0.52% -
HSV(B) 144.64º 0.73% 0.81% -
XYZ 27.21 46.77 24.73 -
YUV 151.71 108.97 59.74 -
System Red Green Blue C M Y K H S L
Decimal 56 207 118 0.73 0 0.43 0.19 144.64 0.61 0.52
Hex 38 CF 76 49 0 2B 13 91 3D 34
Octal 70 317 166 111 0 53 23 221 75 64
Binary 111000 11001111 1110110 1001001 0 101011 10011 10010001 111101 110100

Color Harmonies of #38CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF76

Black with #38CF76

Text Example


Text Example

White with #38CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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