Html Css Color HEX #52DF09 Harlequin

📋 copy color: '#52DF09'

red 82 ◦ green 223 ◦ blue 9

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

Shades of Harlequin #52DF09

Tints of Harlequin #52DF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.02%

 BLUE value IS 9 (3.91% from 255) = 2.87%

R = 26.11%
G = 71.02%
B = 2.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#52DF09 (or 0x52DF09) is known color: Harlequin. HEX triplet: 52, DF and 09. RGB value is (82,223,9). Sum of RGB (Red+Green+Blue) = 82+223+9=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF09 is #AD20F6. Grayscale: #9D9D9D. Windows color (decimal): -11346167 or 646994. OLE color: 646994.

HSL color Cylindrical-coordinate representation of color #52DF09: hue angle of 99.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52DF09 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 9 -
CMYK 0.63 0 0.96 0.13
HSL 99.53º 0.92% 0.45% -
HSV(B) 99.53º 0.96% 0.87% -
XYZ 29.92 54.59 9.22 -
YUV 156.45 44.79 74.9 -
System Red Green Blue C M Y K H S L
Decimal 82 223 9 0.63 0 0.96 0.13 99.53 0.92 0.45
Hex 52 DF 9 3F 0 60 D 64 5C 2D
Octal 122 337 11 77 0 140 15 144 134 55
Binary 1010010 11011111 1001 111111 0 1100000 1101 1100100 1011100 101101

Color Harmonies of #52DF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF09

Black with #52DF09

Text Example


Text Example

White with #52DF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,9); }

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

background-color css

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

 a { background-color: rgb(82,223,9); }

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

border-color css

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

 span { border-color: rgb(82,223,9); }

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