Html Css Color HEX #52F319 Harlequin

📋 copy color: '#52F319'

red 82 ◦ green 243 ◦ blue 25

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

Shades of Harlequin #52F319

Tints of Harlequin #52F319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.43%

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 23.43%
G = 69.43%
B = 7.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#52F319 (or 0x52F319) is known color: Harlequin. HEX triplet: 52, F3 and 19. RGB value is (82,243,25). Sum of RGB (Red+Green+Blue) = 82+243+25=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #52F319 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F319 is #AD0CE6. Grayscale: #AAAAAA. Windows color (decimal): -11341031 or 1700690. OLE color: 1700690.

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

Color convert

RGB 82 243 25 -
CMYK 0.66 0 0.90 0.05
HSL 104.31º 0.9% 0.53% -
HSV(B) 104.31º 0.9% 0.95% -
XYZ 35.71 65.97 11.77 -
YUV 170.01 46.16 65.23 -
System Red Green Blue C M Y K H S L
Decimal 82 243 25 0.66 0 0.90 0.05 104.31 0.9 0.53
Hex 52 F3 19 42 0 5A 5 68 5A 35
Octal 122 363 31 102 0 132 5 150 132 65
Binary 1010010 11110011 11001 1000010 0 1011010 101 1101000 1011010 110101

Color Harmonies of #52F319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F319

Black with #52F319

Text Example


Text Example

White with #52F319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,243,25); }

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

background-color css

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

 a { background-color: rgb(82,243,25); }

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

border-color css

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

 span { border-color: rgb(82,243,25); }

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