Html Css Color HEX #38D886 Shamrock

📋 copy color: '#38D886'

red 56 ◦ green 216 ◦ blue 134

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

Shades of Shamrock #38D886

Tints of Shamrock #38D886

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.2%

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

R = 13.79%
G = 53.2%
B = 33%

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

#38D886 (or 0x38D886) is known color: Shamrock. HEX triplet: 38, D8 and 86. RGB value is (56,216,134). Sum of RGB (Red+Green+Blue) = 56+216+134=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #38D886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D886 is #C72779. Grayscale: #9E9E9E. Windows color (decimal): -13051770 or 8837176. OLE color: 8837176.

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

Color convert

RGB 56 216 134 -
CMYK 0.74 0 0.38 0.15
HSL 149.25º 0.67% 0.53% -
HSV(B) 149.25º 0.74% 0.85% -
XYZ 30.49 51.67 30.92 -
YUV 158.81 113.99 54.67 -
System Red Green Blue C M Y K H S L
Decimal 56 216 134 0.74 0 0.38 0.15 149.25 0.67 0.53
Hex 38 D8 86 4A 0 26 F 95 43 35
Octal 70 330 206 112 0 46 17 225 103 65
Binary 111000 11011000 10000110 1001010 0 100110 1111 10010101 1000011 110101

Color Harmonies of #38D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D886

Black with #38D886

Text Example


Text Example

White with #38D886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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