#34F904

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

Shades of Harlequin #34F904

Tints of Harlequin #34F904

Color information

#34F904 (or 0x34F904) is unknown color: approx Harlequin. HEX triplet: 34, F9 and 04. RGB value is (52,249,4). Sum of RGB (Red+Green+Blue) = 52+249+4=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 249 (97.66% from 255 or 81.64% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 249 - color contains mainly: green. Hex color #34F904 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F904 is #CB06FB. Grayscale: #A2A2A2. Windows color (decimal): -13305596 or 325940. OLE color: 325940.

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

Color convert

RGB522494-
CMYK0.7900.980.02
HSL108.24º96.84%49.61%-
HSV(B)108.24º98.39%97.65%-
XYZ35.3168.4911.47-
YUV162.1738.7349.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 249 (97.66% from 255) = 81.64%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=17.05%
G=81.64%
B=1.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5224940.7900.980.02108.2496.8449.61
Hex34F944F06226c6132
Octal6437141170142215414162
Binary110100111110011001001111011000101011011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,249,4); }

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

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

 a { background-color: rgb(52,249,4); }

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

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

 span { border-color: rgb(52,249,4); }

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