#34FA09

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

Shades of Harlequin #34FA09

Tints of Harlequin #34FA09

Color information

#34FA09 (or 0x34FA09) is unknown color: approx Harlequin. HEX triplet: 34, FA and 09. RGB value is (52,250,9). Sum of RGB (Red+Green+Blue) = 52+250+9=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FA09 is #CB05F6. Grayscale: #A4A4A4. Windows color (decimal): -13305335 or 653876. OLE color: 653876.

HSL color Cylindrical-coordinate representation of color #34FA09: hue angle of 109.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34FA09 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB522509-
CMYK0.7900.960.02
HSL109.29º96.02%50.78%-
HSV(B)109.29º96.4%98.04%-
XYZ35.6569.1211.72-
YUV163.3240.948.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 250 (98.05% from 255) = 80.39%
BLUE value IS 9 (3.91% from 255) = 2.89%
R=16.72%
G=80.39%
B=2.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5225090.7900.960.02109.2996.0250.78
Hex34FA94F06026d6033
Octal64372111170140215514063
Binary1101001111101010011001111011000001011011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34FA09; }

 p { color: rgb(52,250,9); }

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

<style>
 a { background-color: #34FA09; }

 a { background-color: rgb(52,250,9); }

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

<style>
 span { border-color: #34FA09; }

 span { border-color: rgb(52,250,9); }

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