#4BDC98

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

Shades of Shamrock #4BDC98

Tints of Shamrock #4BDC98

Color information

#4BDC98 (or 0x4BDC98) is unknown color: approx Shamrock. HEX triplet: 4B, DC and 98. RGB value is (75,220,152). Sum of RGB (Red+Green+Blue) = 75+220+152=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDC98 is #B42367. Grayscale: #A9A9A9. Windows color (decimal): -11805544 or 10017867. OLE color: 10017867.

HSL color Cylindrical-coordinate representation of color #4BDC98: hue angle of 151.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDC98 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB75220152-
CMYK0.6600.310.14
HSL151.86º67.44%57.84%-
HSV(B)151.86º65.91%86.27%-
XYZ34.1654.9538.51-
YUV168.89118.4661.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.78%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=16.78%
G=49.22%
B=34.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752201520.6600.310.14151.8667.4457.84
Hex4BDC984201FE98433a
Octal1133342301020371623010372
Binary1001011110111001001100010000100111111110100110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BDC98; }

 p { color: rgb(75,220,152); }

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

<style>
 a { background-color: #4BDC98; }

 a { background-color: rgb(75,220,152); }

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

<style>
 span { border-color: #4BDC98; }

 span { border-color: rgb(75,220,152); }

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