Html Css Color HEX #52FA33 Harlequin

📋 copy color: '#52FA33'

red 82 ◦ green 250 ◦ blue 51

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

Shades of Harlequin #52FA33

Tints of Harlequin #52FA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.32%

R = 21.41%
G = 65.27%
B = 13.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#52FA33 (or 0x52FA33) is known color: Harlequin. HEX triplet: 52, FA and 33. RGB value is (82,250,51). Sum of RGB (Red+Green+Blue) = 82+250+51=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 250 (98.05% from 255 or 65.27% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA33 is #AD05CC. Grayscale: #B1B1B1. Windows color (decimal): -11339213 or 3406418. OLE color: 3406418.

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

Color convert

RGB 82 250 51 -
CMYK 0.67 0 0.80 0.02
HSL 110.65º 0.95% 0.59% -
HSV(B) 110.65º 0.8% 0.98% -
XYZ 38.26 70.4 14.7 -
YUV 177.08 56.84 60.18 -
System Red Green Blue C M Y K H S L
Decimal 82 250 51 0.67 0 0.80 0.02 110.65 0.95 0.59
Hex 52 FA 33 43 0 50 2 6F 5F 3B
Octal 122 372 63 103 0 120 2 157 137 73
Binary 1010010 11111010 110011 1000011 0 1010000 10 1101111 1011111 111011

Color Harmonies of #52FA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA33

Black with #52FA33

Text Example


Text Example

White with #52FA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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