Html Css Color HEX #52F104 Harlequin

📋 copy color: '#52F104'

red 82 ◦ green 241 ◦ blue 4

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

Shades of Harlequin #52F104

Tints of Harlequin #52F104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.7%

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

R = 25.08%
G = 73.7%
B = 1.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#52F104 (or 0x52F104) is known color: Harlequin. HEX triplet: 52, F1 and 04. RGB value is (82,241,4). Sum of RGB (Red+Green+Blue) = 82+241+4=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #52F104 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F104 is #AD0EFB. Grayscale: #A7A7A7. Windows color (decimal): -11341564 or 323922. OLE color: 323922.

HSL color Cylindrical-coordinate representation of color #52F104: hue angle of 100.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52F104 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 4 -
CMYK 0.66 0 0.98 0.05
HSL 100.25º 0.97% 0.48% -
HSV(B) 100.25º 0.98% 0.95% -
XYZ 34.96 64.71 10.76 -
YUV 166.44 36.32 67.77 -
System Red Green Blue C M Y K H S L
Decimal 82 241 4 0.66 0 0.98 0.05 100.25 0.97 0.48
Hex 52 F1 4 42 0 62 5 64 61 30
Octal 122 361 4 102 0 142 5 144 141 60
Binary 1010010 11110001 100 1000010 0 1100010 101 1100100 1100001 110000

Color Harmonies of #52F104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F104

Black with #52F104

Text Example


Text Example

White with #52F104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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