Html Css Color HEX #52FA04 Harlequin

📋 copy color: '#52FA04'

red 82 ◦ green 250 ◦ blue 4

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

Shades of Harlequin #52FA04

Tints of Harlequin #52FA04

RGB

 RED value IS 82 (32.42% from 255) = 24.4%

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 24.4%
G = 74.4%
B = 1.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#52FA04 (or 0x52FA04) is known color: Harlequin. HEX triplet: 52, FA and 04. RGB value is (82,250,4). Sum of RGB (Red+Green+Blue) = 82+250+4=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FA04 is #AD05FB. Grayscale: #ACACAC. Windows color (decimal): -11339260 or 326226. OLE color: 326226.

HSL color Cylindrical-coordinate representation of color #52FA04: hue angle of 100.98º 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 #52FA04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 4 -
CMYK 0.67 0 0.98 0.02
HSL 100.98º 0.97% 0.5% -
HSV(B) 100.98º 0.98% 0.98% -
XYZ 37.69 70.17 11.67 -
YUV 171.72 33.34 64 -
System Red Green Blue C M Y K H S L
Decimal 82 250 4 0.67 0 0.98 0.02 100.98 0.97 0.5
Hex 52 FA 4 43 0 62 2 65 61 32
Octal 122 372 4 103 0 142 2 145 141 62
Binary 1010010 11111010 100 1000011 0 1100010 10 1100101 1100001 110010

Color Harmonies of #52FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA04

Black with #52FA04

Text Example


Text Example

White with #52FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52FA04; }

 p { color: rgb(82,250,4); }

 H1.HeaderClassName
 {
   color: #52FA04;
 }
 .AnyTagClassName
 {
   color: #52FA04;
 }
</style>

background-color css

<style>
 a { background-color: #52FA04; }

 a { background-color: rgb(82,250,4); }

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

border-color css

<style>
 span { border-color: #52FA04; }

 span { border-color: rgb(82,250,4); }

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