Html Css Color HEX #38D06F Emerald

📋 copy color: '#38D06F'

red 56 ◦ green 208 ◦ blue 111

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

Shades of Emerald #38D06F

Tints of Emerald #38D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 14.93%
G = 55.47%
B = 29.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#38D06F (or 0x38D06F) is known color: Emerald. HEX triplet: 38, D0 and 6F. RGB value is (56,208,111). Sum of RGB (Red+Green+Blue) = 56+208+111=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #38D06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D06F is #C72F90. Grayscale: #979797. Windows color (decimal): -13053841 or 7327800. OLE color: 7327800.

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

Color convert

RGB 56 208 111 -
CMYK 0.73 0 0.47 0.18
HSL 141.71º 0.62% 0.52% -
HSV(B) 141.71º 0.73% 0.82% -
XYZ 27.06 47.1 22.7 -
YUV 151.49 105.14 59.89 -
System Red Green Blue C M Y K H S L
Decimal 56 208 111 0.73 0 0.47 0.18 141.71 0.62 0.52
Hex 38 D0 6F 49 0 2F 12 8E 3E 34
Octal 70 320 157 111 0 57 22 216 76 64
Binary 111000 11010000 1101111 1001001 0 101111 10010 10001110 111110 110100

Color Harmonies of #38D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D06F

Black with #38D06F

Text Example


Text Example

White with #38D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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