Html Css Color HEX #52F215 Harlequin

📋 copy color: '#52F215'

red 82 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #52F215

Tints of Harlequin #52F215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.14%

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

R = 23.77%
G = 70.14%
B = 6.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#52F215 (or 0x52F215) is known color: Harlequin. HEX triplet: 52, F2 and 15. RGB value is (82,242,21). Sum of RGB (Red+Green+Blue) = 82+242+21=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #52F215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F215 is #AD0DEA. Grayscale: #A9A9A9. Windows color (decimal): -11341291 or 1438290. OLE color: 1438290.

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

Color convert

RGB 82 242 21 -
CMYK 0.66 0 0.91 0.05
HSL 103.44º 0.89% 0.52% -
HSV(B) 103.44º 0.91% 0.95% -
XYZ 35.37 65.35 11.46 -
YUV 168.97 44.49 65.97 -
System Red Green Blue C M Y K H S L
Decimal 82 242 21 0.66 0 0.91 0.05 103.44 0.89 0.52
Hex 52 F2 15 42 0 5B 5 67 59 34
Octal 122 362 25 102 0 133 5 147 131 64
Binary 1010010 11110010 10101 1000010 0 1011011 101 1100111 1011001 110100

Color Harmonies of #52F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F215

Black with #52F215

Text Example


Text Example

White with #52F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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