Html Css Color HEX #52F029 Harlequin

📋 copy color: '#52F029'

red 82 ◦ green 240 ◦ blue 41

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

Shades of Harlequin #52F029

Tints of Harlequin #52F029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 22.59%
G = 66.12%
B = 11.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#52F029 (or 0x52F029) is known color: Harlequin. HEX triplet: 52, F0 and 29. RGB value is (82,240,41). Sum of RGB (Red+Green+Blue) = 82+240+41=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #52F029 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F029 is #AD0FD6. Grayscale: #AAAAAA. Windows color (decimal): -11341783 or 2748498. OLE color: 2748498.

HSL color Cylindrical-coordinate representation of color #52F029: hue angle of 107.64º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52F029 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 41 -
CMYK 0.66 0 0.83 0.06
HSL 107.64º 0.87% 0.55% -
HSV(B) 107.64º 0.83% 0.94% -
XYZ 35.04 64.27 12.66 -
YUV 170.07 55.15 65.18 -
System Red Green Blue C M Y K H S L
Decimal 82 240 41 0.66 0 0.83 0.06 107.64 0.87 0.55
Hex 52 F0 29 42 0 53 6 6C 57 37
Octal 122 360 51 102 0 123 6 154 127 67
Binary 1010010 11110000 101001 1000010 0 1010011 110 1101100 1010111 110111

Color Harmonies of #52F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F029

Black with #52F029

Text Example


Text Example

White with #52F029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,41); }

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

background-color css

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

 a { background-color: rgb(82,240,41); }

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

border-color css

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

 span { border-color: rgb(82,240,41); }

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