Html Css Color HEX #38D072 Emerald

📋 copy color: '#38D072'

red 56 ◦ green 208 ◦ blue 114

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

Shades of Emerald #38D072

Tints of Emerald #38D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.03%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 14.81%
G = 55.03%
B = 30.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#38D072 (or 0x38D072) is known color: Emerald. HEX triplet: 38, D0 and 72. RGB value is (56,208,114). Sum of RGB (Red+Green+Blue) = 56+208+114=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #38D072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D072 is #C72F8D. Grayscale: #989898. Windows color (decimal): -13053838 or 7524408. OLE color: 7524408.

HSL color Cylindrical-coordinate representation of color #38D072: hue angle of 142.89º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D072 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 114 -
CMYK 0.73 0 0.45 0.18
HSL 142.89º 0.62% 0.52% -
HSV(B) 142.89º 0.73% 0.82% -
XYZ 27.22 47.17 23.59 -
YUV 151.84 106.64 59.64 -
System Red Green Blue C M Y K H S L
Decimal 56 208 114 0.73 0 0.45 0.18 142.89 0.62 0.52
Hex 38 D0 72 49 0 2D 12 8F 3E 34
Octal 70 320 162 111 0 55 22 217 76 64
Binary 111000 11010000 1110010 1001001 0 101101 10010 10001111 111110 110100

Color Harmonies of #38D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D072

Black with #38D072

Text Example


Text Example

White with #38D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,114); }

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

background-color css

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

 a { background-color: rgb(56,208,114); }

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

border-color css

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

 span { border-color: rgb(56,208,114); }

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