Html Css Color HEX #52F20B Harlequin

📋 copy color: '#52F20B'

red 82 ◦ green 242 ◦ blue 11

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

Shades of Harlequin #52F20B

Tints of Harlequin #52F20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 24.48%
G = 72.24%
B = 3.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#52F20B (or 0x52F20B) is known color: Harlequin. HEX triplet: 52, F2 and 0B. RGB value is (82,242,11). Sum of RGB (Red+Green+Blue) = 82+242+11=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #52F20B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F20B is #AD0DF4. Grayscale: #A8A8A8. Windows color (decimal): -11341301 or 782930. OLE color: 782930.

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

Color convert

RGB 82 242 11 -
CMYK 0.66 0 0.95 0.05
HSL 101.56º 0.91% 0.5% -
HSV(B) 101.56º 0.95% 0.95% -
XYZ 35.29 65.32 11.06 -
YUV 167.83 39.49 66.78 -
System Red Green Blue C M Y K H S L
Decimal 82 242 11 0.66 0 0.95 0.05 101.56 0.91 0.5
Hex 52 F2 B 42 0 5F 5 66 5B 32
Octal 122 362 13 102 0 137 5 146 133 62
Binary 1010010 11110010 1011 1000010 0 1011111 101 1100110 1011011 110010

Color Harmonies of #52F20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F20B

Black with #52F20B

Text Example


Text Example

White with #52F20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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