Html Css Color HEX #52F121 Harlequin

📋 copy color: '#52F121'

red 82 ◦ green 241 ◦ blue 33

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

Shades of Harlequin #52F121

Tints of Harlequin #52F121

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.7%

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 23.03%
G = 67.7%
B = 9.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#52F121 (or 0x52F121) is known color: Harlequin. HEX triplet: 52, F1 and 21. RGB value is (82,241,33). Sum of RGB (Red+Green+Blue) = 82+241+33=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #52F121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F121 is #AD0EDE. Grayscale: #AAAAAA. Windows color (decimal): -11341535 or 2224466. OLE color: 2224466.

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

Color convert

RGB 82 241 33 -
CMYK 0.66 0 0.86 0.05
HSL 105.87º 0.88% 0.54% -
HSV(B) 105.87º 0.86% 0.95% -
XYZ 35.21 64.81 12.09 -
YUV 169.75 50.82 65.41 -
System Red Green Blue C M Y K H S L
Decimal 82 241 33 0.66 0 0.86 0.05 105.87 0.88 0.54
Hex 52 F1 21 42 0 56 5 6A 58 36
Octal 122 361 41 102 0 126 5 152 130 66
Binary 1010010 11110001 100001 1000010 0 1010110 101 1101010 1011000 110110

Color Harmonies of #52F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F121

Black with #52F121

Text Example


Text Example

White with #52F121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,33); }

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

background-color css

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

 a { background-color: rgb(82,241,33); }

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

border-color css

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

 span { border-color: rgb(82,241,33); }

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