Html Css Color HEX #52E91F Harlequin

📋 copy color: '#52E91F'

red 82 ◦ green 233 ◦ blue 31

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

Shades of Harlequin #52E91F

Tints of Harlequin #52E91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 23.7%
G = 67.34%
B = 8.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#52E91F (or 0x52E91F) is known color: Harlequin. HEX triplet: 52, E9 and 1F. RGB value is (82,233,31). Sum of RGB (Red+Green+Blue) = 82+233+31=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #52E91F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E91F is #AD16E0. Grayscale: #A5A5A5. Windows color (decimal): -11343585 or 2091346. OLE color: 2091346.

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

Color convert

RGB 82 233 31 -
CMYK 0.65 0 0.87 0.09
HSL 104.85º 0.82% 0.52% -
HSV(B) 104.85º 0.87% 0.91% -
XYZ 32.87 60.17 11.18 -
YUV 164.82 52.47 68.93 -
System Red Green Blue C M Y K H S L
Decimal 82 233 31 0.65 0 0.87 0.09 104.85 0.82 0.52
Hex 52 E9 1F 41 0 57 9 69 52 34
Octal 122 351 37 101 0 127 11 151 122 64
Binary 1010010 11101001 11111 1000001 0 1010111 1001 1101001 1010010 110100

Color Harmonies of #52E91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E91F

Black with #52E91F

Text Example


Text Example

White with #52E91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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