Html Css Color HEX #52FE09 Harlequin

📋 copy color: '#52FE09'

red 82 ◦ green 254 ◦ blue 9

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

Shades of Harlequin #52FE09

Tints of Harlequin #52FE09

RGB

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

 GREEN value IS 254 (99.61% from 255) = 73.62%

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

R = 23.77%
G = 73.62%
B = 2.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#52FE09 (or 0x52FE09) is known color: Harlequin. HEX triplet: 52, FE and 09. RGB value is (82,254,9). Sum of RGB (Red+Green+Blue) = 82+254+9=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FE09 is #AD01F6. Grayscale: #AFAFAF. Windows color (decimal): -11338231 or 654930. OLE color: 654930.

HSL color Cylindrical-coordinate representation of color #52FE09: hue angle of 102.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52FE09 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 9 -
CMYK 0.68 0 0.96 0.00
HSL 102.12º 0.99% 0.52% -
HSV(B) 102.12º 0.96% 1% -
XYZ 38.97 72.7 12.24 -
YUV 174.64 34.52 61.92 -
System Red Green Blue C M Y K H S L
Decimal 82 254 9 0.68 0 0.96 0.00 102.12 0.99 0.52
Hex 52 FE 9 44 0 60 0 66 63 34
Octal 122 376 11 104 0 140 0 146 143 64
Binary 1010010 11111110 1001 1000100 0 1100000 0 1100110 1100011 110100

Color Harmonies of #52FE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FE09

Black with #52FE09

Text Example


Text Example

White with #52FE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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