#30F793

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

Shades of Shamrock #30F793

Tints of Shamrock #30F793

Color information

#30F793 (or 0x30F793) is unknown color: approx Shamrock. HEX triplet: 30, F7 and 93. RGB value is (48,247,147). Sum of RGB (Red+Green+Blue) = 48+247+147=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #30F793 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F793 is #CF086C. Grayscale: #B0B0B0. Windows color (decimal): -13568109 or 9697072. OLE color: 9697072.

HSL color Cylindrical-coordinate representation of color #30F793: hue angle of 149.85º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F793 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB48247147-
CMYK0.8100.400.03
HSL149.85º92.56%57.84%-
HSV(B)149.85º80.57%96.86%-
XYZ39.7569.2638.88-
YUV176.1111.5736.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.86%
GREEN value IS 247 (96.88% from 255) = 55.88%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=10.86%
G=55.88%
B=33.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal482471470.8100.400.03149.8592.5657.84
Hex30F793510283965d3a
Octal60367223121050322613572
Binary11000011110111100100111010001010100011100101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,247,147); }

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

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

 a { background-color: rgb(48,247,147); }

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

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

 span { border-color: rgb(48,247,147); }

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