Html Css Color HEX #52E40F Harlequin

📋 copy color: '#52E40F'

red 82 ◦ green 228 ◦ blue 15

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

Shades of Harlequin #52E40F

Tints of Harlequin #52E40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.15%

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 25.23%
G = 70.15%
B = 4.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#52E40F (or 0x52E40F) is known color: Harlequin. HEX triplet: 52, E4 and 0F. RGB value is (82,228,15). Sum of RGB (Red+Green+Blue) = 82+228+15=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #52E40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E40F is #AD1BF0. Grayscale: #A0A0A0. Windows color (decimal): -11344881 or 1041490. OLE color: 1041490.

HSL color Cylindrical-coordinate representation of color #52E40F: hue angle of 101.13º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52E40F is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 15 -
CMYK 0.64 0 0.93 0.11
HSL 101.13º 0.88% 0.48% -
HSV(B) 101.13º 0.93% 0.89% -
XYZ 31.31 57.32 9.86 -
YUV 160.06 46.13 72.32 -
System Red Green Blue C M Y K H S L
Decimal 82 228 15 0.64 0 0.93 0.11 101.13 0.88 0.48
Hex 52 E4 F 40 0 5D B 65 58 30
Octal 122 344 17 100 0 135 13 145 130 60
Binary 1010010 11100100 1111 1000000 0 1011101 1011 1100101 1011000 110000

Color Harmonies of #52E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E40F

Black with #52E40F

Text Example


Text Example

White with #52E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,15); }

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

background-color css

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

 a { background-color: rgb(82,228,15); }

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

border-color css

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

 span { border-color: rgb(82,228,15); }

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