#30D599

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

Shades of Shamrock #30D599

Tints of Shamrock #30D599

Color information

#30D599 (or 0x30D599) is unknown color: approx Shamrock. HEX triplet: 30, D5 and 99. RGB value is (48,213,153). Sum of RGB (Red+Green+Blue) = 48+213+153=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #30D599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D599 is #CF2A66. Grayscale: #9C9C9C. Windows color (decimal): -13576807 or 10081584. OLE color: 10081584.

HSL color Cylindrical-coordinate representation of color #30D599: hue angle of 158.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D599 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB48213153-
CMYK0.7700.280.16
HSL158.18º66.27%51.18%-
HSV(B)158.18º77.46%83.53%-
XYZ30.7650.5238.27-
YUV156.82125.8450.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.59%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=11.59%
G=51.45%
B=36.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482131530.7700.280.16158.1866.2751.18
Hex30D5994D01C109e4233
Octal603252311150342023610263
Binary1100001101010110011001100110101110010000100111101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,213,153); }

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

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

 a { background-color: rgb(48,213,153); }

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

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

 span { border-color: rgb(48,213,153); }

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