Html Css Color HEX #52FA2F Harlequin

📋 copy color: '#52FA2F'

red 82 ◦ green 250 ◦ blue 47

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

Shades of Harlequin #52FA2F

Tints of Harlequin #52FA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 21.64%
G = 65.96%
B = 12.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#52FA2F (or 0x52FA2F) is known color: Harlequin. HEX triplet: 52, FA and 2F. RGB value is (82,250,47). Sum of RGB (Red+Green+Blue) = 82+250+47=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA2F is #AD05D0. Grayscale: #B1B1B1. Windows color (decimal): -11339217 or 3144274. OLE color: 3144274.

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

Color convert

RGB 82 250 47 -
CMYK 0.67 0 0.81 0.02
HSL 109.66º 0.95% 0.58% -
HSV(B) 109.66º 0.81% 0.98% -
XYZ 38.18 70.37 14.26 -
YUV 176.63 54.84 60.51 -
System Red Green Blue C M Y K H S L
Decimal 82 250 47 0.67 0 0.81 0.02 109.66 0.95 0.58
Hex 52 FA 2F 43 0 51 2 6E 5F 3A
Octal 122 372 57 103 0 121 2 156 137 72
Binary 1010010 11111010 101111 1000011 0 1010001 10 1101110 1011111 111010

Color Harmonies of #52FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FA2F

Black with #52FA2F

Text Example


Text Example

White with #52FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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