Html Css Color HEX #52E925 Harlequin

📋 copy color: '#52E925'

red 82 ◦ green 233 ◦ blue 37

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

Shades of Harlequin #52E925

Tints of Harlequin #52E925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 23.3%
G = 66.19%
B = 10.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#52E925 (or 0x52E925) is known color: Harlequin. HEX triplet: 52, E9 and 25. RGB value is (82,233,37). Sum of RGB (Red+Green+Blue) = 82+233+37=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 233 (91.41% from 255 or 66.19% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 233 - color contains mainly: green. Hex color #52E925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E925 is #AD16DA. Grayscale: #A6A6A6. Windows color (decimal): -11343579 or 2484562. OLE color: 2484562.

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

Color convert

RGB 82 233 37 -
CMYK 0.65 0 0.84 0.09
HSL 106.22º 0.82% 0.53% -
HSV(B) 106.22º 0.84% 0.91% -
XYZ 32.95 60.21 11.63 -
YUV 165.51 55.47 68.44 -
System Red Green Blue C M Y K H S L
Decimal 82 233 37 0.65 0 0.84 0.09 106.22 0.82 0.53
Hex 52 E9 25 41 0 54 9 6A 52 35
Octal 122 351 45 101 0 124 11 152 122 65
Binary 1010010 11101001 100101 1000001 0 1010100 1001 1101010 1010010 110101

Color Harmonies of #52E925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E925

Black with #52E925

Text Example


Text Example

White with #52E925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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