Html Css Color HEX #52E90B Harlequin

📋 copy color: '#52E90B'

red 82 ◦ green 233 ◦ blue 11

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

Shades of Harlequin #52E90B

Tints of Harlequin #52E90B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 71.47%

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

R = 25.15%
G = 71.47%
B = 3.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#52E90B (or 0x52E90B) is known color: Harlequin. HEX triplet: 52, E9 and 0B. RGB value is (82,233,11). Sum of RGB (Red+Green+Blue) = 82+233+11=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 233 (91.41% from 255 or 71.47% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 233 - color contains mainly: green. Hex color #52E90B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E90B is #AD16F4. Grayscale: #A3A3A3. Windows color (decimal): -11343605 or 780626. OLE color: 780626.

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

Color convert

RGB 82 233 11 -
CMYK 0.65 0 0.95 0.09
HSL 100.81º 0.91% 0.48% -
HSV(B) 100.81º 0.95% 0.91% -
XYZ 32.68 60.1 10.19 -
YUV 162.54 42.47 70.55 -
System Red Green Blue C M Y K H S L
Decimal 82 233 11 0.65 0 0.95 0.09 100.81 0.91 0.48
Hex 52 E9 B 41 0 5F 9 65 5B 30
Octal 122 351 13 101 0 137 11 145 133 60
Binary 1010010 11101001 1011 1000001 0 1011111 1001 1100101 1011011 110000

Color Harmonies of #52E90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E90B

Black with #52E90B

Text Example


Text Example

White with #52E90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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