#30F914

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

Shades of Harlequin #30F914

Tints of Harlequin #30F914

Color information

#30F914 (or 0x30F914) is unknown color: approx Harlequin. HEX triplet: 30, F9 and 14. RGB value is (48,249,20). Sum of RGB (Red+Green+Blue) = 48+249+20=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 249 (97.66% from 255 or 78.55% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 249 - color contains mainly: green. Hex color #30F914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F914 is #CF06EB. Grayscale: #A3A3A3. Windows color (decimal): -13567724 or 1374512. OLE color: 1374512.

HSL color Cylindrical-coordinate representation of color #30F914: hue angle of 112.66º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30F914 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB4824920-
CMYK0.8100.920.02
HSL112.66º95.02%52.75%-
HSV(B)112.66º91.97%97.65%-
XYZ35.2268.4312.01-
YUV162.7947.4146.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 249 (97.66% from 255) = 78.55%
BLUE value IS 20 (8.20% from 255) = 6.31%
R=15.14%
G=78.55%
B=6.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal48249200.8100.920.02112.6695.0252.75
Hex30F9145105C2715f35
Octal60371241210134216113765
Binary11000011111001101001010001010111001011100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,249,20); }

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

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

 a { background-color: rgb(48,249,20); }

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

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

 span { border-color: rgb(48,249,20); }

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