Html Css Color HEX #52F429 Harlequin

📋 copy color: '#52F429'

red 82 ◦ green 244 ◦ blue 41

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

Shades of Harlequin #52F429

Tints of Harlequin #52F429

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.49%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 22.34%
G = 66.49%
B = 11.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#52F429 (or 0x52F429) is known color: Harlequin. HEX triplet: 52, F4 and 29. RGB value is (82,244,41). Sum of RGB (Red+Green+Blue) = 82+244+41=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #52F429 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F429 is #AD0BD6. Grayscale: #ADADAD. Windows color (decimal): -11340759 or 2749522. OLE color: 2749522.

HSL color Cylindrical-coordinate representation of color #52F429: hue angle of 107.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52F429 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 244 41 -
CMYK 0.66 0 0.83 0.04
HSL 107.88º 0.9% 0.56% -
HSV(B) 107.88º 0.83% 0.96% -
XYZ 36.23 66.66 13.05 -
YUV 172.42 53.83 63.51 -
System Red Green Blue C M Y K H S L
Decimal 82 244 41 0.66 0 0.83 0.04 107.88 0.9 0.56
Hex 52 F4 29 42 0 53 4 6C 5A 38
Octal 122 364 51 102 0 123 4 154 132 70
Binary 1010010 11110100 101001 1000010 0 1010011 100 1101100 1011010 111000

Color Harmonies of #52F429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F429

Black with #52F429

Text Example


Text Example

White with #52F429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,244,41); }

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

background-color css

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

 a { background-color: rgb(82,244,41); }

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

border-color css

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

 span { border-color: rgb(82,244,41); }

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