Html Css Color HEX #34F005 Harlequin

📋 copy color: '#34F005'

red 52 ◦ green 240 ◦ blue 5

#34F005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #34F005

Tints of Harlequin #34F005

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 240 (94.14% from 255) = 80.81%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 17.51%
G = 80.81%
B = 1.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#34F005 (or 0x34F005) is known color: Harlequin. HEX triplet: 34, F0 and 05. RGB value is (52,240,5). Sum of RGB (Red+Green+Blue) = 52+240+5=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #34F005 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F005 is #CB0FFA. Grayscale: #9D9D9D. Windows color (decimal): -13307899 or 389172. OLE color: 389172.

HSL color Cylindrical-coordinate representation of color #34F005: hue angle of 108º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34F005 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 5 -
CMYK 0.78 0 0.98 0.06
HSL 108º 0.96% 0.48% -
HSV(B) 108º 0.98% 0.94% -
XYZ 32.6 63.06 10.6 -
YUV 157 42.22 53.11 -
System Red Green Blue C M Y K H S L
Decimal 52 240 5 0.78 0 0.98 0.06 108 0.96 0.48
Hex 34 F0 5 4E 0 62 6 6C 60 30
Octal 64 360 5 116 0 142 6 154 140 60
Binary 110100 11110000 101 1001110 0 1100010 110 1101100 1100000 110000

Color Harmonies of #34F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F005

Black with #34F005

Text Example


Text Example

White with #34F005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,240,5); }

 H1.HeaderClassName
 {
   color: #34F005;
 }
 .AnyTagClassName
 {
   color: #34F005;
 }
</style>

background-color css

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

 a { background-color: rgb(52,240,5); }

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

border-color css

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

 span { border-color: rgb(52,240,5); }

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