Html Css Color HEX #52E71B Harlequin

📋 copy color: '#52E71B'

red 82 ◦ green 231 ◦ blue 27

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

Shades of Harlequin #52E71B

Tints of Harlequin #52E71B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.94%

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 24.12%
G = 67.94%
B = 7.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#52E71B (or 0x52E71B) is known color: Harlequin. HEX triplet: 52, E7 and 1B. RGB value is (82,231,27). Sum of RGB (Red+Green+Blue) = 82+231+27=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #52E71B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E71B is #AD18E4. Grayscale: #A3A3A3. Windows color (decimal): -11344101 or 1828690. OLE color: 1828690.

HSL color Cylindrical-coordinate representation of color #52E71B: hue angle of 103.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52E71B is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 231 27 -
CMYK 0.65 0 0.88 0.09
HSL 103.82º 0.81% 0.51% -
HSV(B) 103.82º 0.88% 0.91% -
XYZ 32.25 59.02 10.73 -
YUV 163.19 51.14 70.09 -
System Red Green Blue C M Y K H S L
Decimal 82 231 27 0.65 0 0.88 0.09 103.82 0.81 0.51
Hex 52 E7 1B 41 0 58 9 68 51 33
Octal 122 347 33 101 0 130 11 150 121 63
Binary 1010010 11100111 11011 1000001 0 1011000 1001 1101000 1010001 110011

Color Harmonies of #52E71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E71B

Black with #52E71B

Text Example


Text Example

White with #52E71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,231,27); }

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

background-color css

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

 a { background-color: rgb(82,231,27); }

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

border-color css

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

 span { border-color: rgb(82,231,27); }

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