#30CD85

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

Shades of Shamrock #30CD85

Tints of Shamrock #30CD85

Color information

#30CD85 (or 0x30CD85) is unknown color: approx Shamrock. HEX triplet: 30, CD and 85. RGB value is (48,205,133). Sum of RGB (Red+Green+Blue) = 48+205+133=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CD85 is #CF327A. Grayscale: #959595. Windows color (decimal): -13578875 or 8768816. OLE color: 8768816.

HSL color Cylindrical-coordinate representation of color #30CD85: hue angle of 152.48º 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 #30CD85 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB48205133-
CMYK0.7700.350.20
HSL152.48º62.06%49.61%-
HSV(B)152.48º76.59%80.39%-
XYZ27.2845.9829.63-
YUV149.85118.4955.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.44%
GREEN value IS 205 (80.47% from 255) = 53.11%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=12.44%
G=53.11%
B=34.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal482051330.7700.350.20152.4862.0649.61
Hex30CD854D02314983e32
Octal60315205115043242307662
Binary1100001100110110000101100110101000111010010011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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