#34f900

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

Shades of Harlequin #34F900

Tints of Harlequin #34F900

Color information

#34F900 (or 0x34F900) is unknown color: approx Harlequin. HEX triplet: 34, F9 and 00. RGB value is (52,249,0). Sum of RGB (Red+Green+Blue) = 52+249+0=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 249 (97.66% from 255 or 82.72% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 249 - color contains mainly: green. Hex color #34F900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F900 is #CB06FF. Grayscale: #A2A2A2. Windows color (decimal): -13305600 or 63796. OLE color: 63796.

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

Color convert

RGB522490-
CMYK0.79010.02
HSL107.47º100%48.82%-
HSV(B)107.47º100%97.65%-
XYZ35.2968.4811.36-
YUV161.7136.7349.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 249 (97.66% from 255) = 82.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.28%
G=82.72%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5224900.79010.02107.4710048.82
Hex34F904F06426b6431
Octal6437101170144215314461
Binary1101001111100101001111011001001011010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34f900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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