#30CD84

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

Shades of Shamrock #30CD84

Tints of Shamrock #30CD84

Color information

#30CD84 (or 0x30CD84) is unknown color: approx Shamrock. HEX triplet: 30, CD and 84. RGB value is (48,205,132). Sum of RGB (Red+Green+Blue) = 48+205+132=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CD84 is #CF327B. Grayscale: #959595. Windows color (decimal): -13578876 or 8703280. OLE color: 8703280.

HSL color Cylindrical-coordinate representation of color #30CD84: hue angle of 152.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD84 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB48205132-
CMYK0.7700.360.20
HSL152.1º62.06%49.61%-
HSV(B)152.1º76.59%80.39%-
XYZ27.2245.9629.27-
YUV149.73117.9955.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 205 (80.47% from 255) = 53.25%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=12.47%
G=53.25%
B=34.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal482051320.7700.360.20152.162.0649.61
Hex30CD844D02414983e32
Octal60315204115044242307662
Binary1100001100110110000100100110101001001010010011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30CD84; }

 p { color: rgb(48,205,132); }

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

<style>
 a { background-color: #30CD84; }

 a { background-color: rgb(48,205,132); }

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

<style>
 span { border-color: #30CD84; }

 span { border-color: rgb(48,205,132); }

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