Html Css Color HEX #52FA25 Harlequin

📋 copy color: '#52FA25'

red 82 ◦ green 250 ◦ blue 37

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

Shades of Harlequin #52FA25

Tints of Harlequin #52FA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.75%

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

R = 22.22%
G = 67.75%
B = 10.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#52FA25 (or 0x52FA25) is known color: Harlequin. HEX triplet: 52, FA and 25. RGB value is (82,250,37). Sum of RGB (Red+Green+Blue) = 82+250+37=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA25 is #AD05DA. Grayscale: #B0B0B0. Windows color (decimal): -11339227 or 2488914. OLE color: 2488914.

HSL color Cylindrical-coordinate representation of color #52FA25: hue angle of 107.32º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52FA25 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 250 37 -
CMYK 0.67 0 0.85 0.02
HSL 107.32º 0.96% 0.56% -
HSV(B) 107.32º 0.85% 0.98% -
XYZ 38 70.3 13.32 -
YUV 175.49 49.84 61.32 -
System Red Green Blue C M Y K H S L
Decimal 82 250 37 0.67 0 0.85 0.02 107.32 0.96 0.56
Hex 52 FA 25 43 0 55 2 6B 60 38
Octal 122 372 45 103 0 125 2 153 140 70
Binary 1010010 11111010 100101 1000011 0 1010101 10 1101011 1100000 111000

Color Harmonies of #52FA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA25

Black with #52FA25

Text Example


Text Example

White with #52FA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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