Html Css Color HEX #52E715 Harlequin

📋 copy color: '#52E715'

red 82 ◦ green 231 ◦ blue 21

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

Shades of Harlequin #52E715

Tints of Harlequin #52E715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 24.55%
G = 69.16%
B = 6.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#52E715 (or 0x52E715) is known color: Harlequin. HEX triplet: 52, E7 and 15. RGB value is (82,231,21). Sum of RGB (Red+Green+Blue) = 82+231+21=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #52E715 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E715 is #AD18EA. Grayscale: #A3A3A3. Windows color (decimal): -11344107 or 1435474. OLE color: 1435474.

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

Color convert

RGB 82 231 21 -
CMYK 0.65 0 0.91 0.09
HSL 102.57º 0.83% 0.49% -
HSV(B) 102.57º 0.91% 0.91% -
XYZ 32.19 59 10.4 -
YUV 162.51 48.14 70.58 -
System Red Green Blue C M Y K H S L
Decimal 82 231 21 0.65 0 0.91 0.09 102.57 0.83 0.49
Hex 52 E7 15 41 0 5B 9 67 53 31
Octal 122 347 25 101 0 133 11 147 123 61
Binary 1010010 11100111 10101 1000001 0 1011011 1001 1100111 1010011 110001

Color Harmonies of #52E715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E715

Black with #52E715

Text Example


Text Example

White with #52E715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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