Html Css Color HEX #38D986 Shamrock

📋 copy color: '#38D986'

red 56 ◦ green 217 ◦ blue 134

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

Shades of Shamrock #38D986

Tints of Shamrock #38D986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 13.76%
G = 53.32%
B = 32.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#38D986 (or 0x38D986) is known color: Shamrock. HEX triplet: 38, D9 and 86. RGB value is (56,217,134). Sum of RGB (Red+Green+Blue) = 56+217+134=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #38D986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D986 is #C72679. Grayscale: #9F9F9F. Windows color (decimal): -13051514 or 8837432. OLE color: 8837432.

HSL color Cylindrical-coordinate representation of color #38D986: hue angle of 149.07º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D986 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 134 -
CMYK 0.74 0 0.38 0.15
HSL 149.07º 0.68% 0.54% -
HSV(B) 149.07º 0.74% 0.85% -
XYZ 30.75 52.19 31.01 -
YUV 159.4 113.66 54.25 -
System Red Green Blue C M Y K H S L
Decimal 56 217 134 0.74 0 0.38 0.15 149.07 0.68 0.54
Hex 38 D9 86 4A 0 26 F 95 44 36
Octal 70 331 206 112 0 46 17 225 104 66
Binary 111000 11011001 10000110 1001010 0 100110 1111 10010101 1000100 110110

Color Harmonies of #38D986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D986

Black with #38D986

Text Example


Text Example

White with #38D986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,134); }

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

background-color css

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

 a { background-color: rgb(56,217,134); }

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

border-color css

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

 span { border-color: rgb(56,217,134); }

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