Html Css Color HEX #52FA0C Harlequin

📋 copy color: '#52FA0C'

red 82 ◦ green 250 ◦ blue 12

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

Shades of Harlequin #52FA0C

Tints of Harlequin #52FA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 23.84%
G = 72.67%
B = 3.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#52FA0C (or 0x52FA0C) is known color: Harlequin. HEX triplet: 52, FA and 0C. RGB value is (82,250,12). Sum of RGB (Red+Green+Blue) = 82+250+12=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FA0C is #AD05F3. Grayscale: #ADADAD. Windows color (decimal): -11339252 or 850514. OLE color: 850514.

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

Color convert

RGB 82 250 12 -
CMYK 0.67 0 0.95 0.02
HSL 102.35º 0.96% 0.51% -
HSV(B) 102.35º 0.95% 0.98% -
XYZ 37.73 70.19 11.91 -
YUV 172.64 37.34 63.35 -
System Red Green Blue C M Y K H S L
Decimal 82 250 12 0.67 0 0.95 0.02 102.35 0.96 0.51
Hex 52 FA C 43 0 5F 2 66 60 33
Octal 122 372 14 103 0 137 2 146 140 63
Binary 1010010 11111010 1100 1000011 0 1011111 10 1100110 1100000 110011

Color Harmonies of #52FA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA0C

Black with #52FA0C

Text Example


Text Example

White with #52FA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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