#38C984

Color #38C984 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38C984

Tints of Shamrock #38C984

Color information

#38C984 (or 0x38C984) is unknown color: approx Shamrock. HEX triplet: 38, C9 and 84. RGB value is (56,201,132). Sum of RGB (Red+Green+Blue) = 56+201+132=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #38C984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C984 is #C7367B. Grayscale: #959595. Windows color (decimal): -13055612 or 8702264. OLE color: 8702264.

HSL color Cylindrical-coordinate representation of color #38C984: hue angle of 151.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C984 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB56201132-
CMYK0.7200.340.21
HSL151.45º57.31%50.39%-
HSV(B)151.45º72.14%78.82%-
XYZ26.6844.2828.97-
YUV149.78117.9661.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 201 (78.91% from 255) = 51.67%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=14.40%
G=51.67%
B=33.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562011320.7200.340.21151.4557.3150.39
Hex38C9844802215973932
Octal70311204110042252277162
Binary1110001100100110000100100100001000101010110010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,201,132); }

 H1.HeaderClassName
 {
   color: #38C984;
 }
 .AnyTagClassName
 {
   color: #38C984;
 }
</style>
background-color css

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

 a { background-color: rgb(56,201,132); }

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

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

 span { border-color: rgb(56,201,132); }

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