Html Css Color HEX #52F90F Harlequin

📋 copy color: '#52F90F'

red 82 ◦ green 249 ◦ blue 15

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

Shades of Harlequin #52F90F

Tints of Harlequin #52F90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.97%

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 23.7%
G = 71.97%
B = 4.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#52F90F (or 0x52F90F) is known color: Harlequin. HEX triplet: 52, F9 and 0F. RGB value is (82,249,15). Sum of RGB (Red+Green+Blue) = 82+249+15=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #52F90F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52F90F is #AD06F0. Grayscale: #ADADAD. Windows color (decimal): -11339505 or 1046866. OLE color: 1046866.

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

Color convert

RGB 82 249 15 -
CMYK 0.67 0 0.94 0.02
HSL 102.82º 0.95% 0.52% -
HSV(B) 102.82º 0.94% 0.98% -
XYZ 37.44 69.58 11.91 -
YUV 172.39 39.17 63.53 -
System Red Green Blue C M Y K H S L
Decimal 82 249 15 0.67 0 0.94 0.02 102.82 0.95 0.52
Hex 52 F9 F 43 0 5E 2 67 5F 34
Octal 122 371 17 103 0 136 2 147 137 64
Binary 1010010 11111001 1111 1000011 0 1011110 10 1100111 1011111 110100

Color Harmonies of #52F90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F90F

Black with #52F90F

Text Example


Text Example

White with #52F90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,249,15); }

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

background-color css

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

 a { background-color: rgb(82,249,15); }

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

border-color css

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

 span { border-color: rgb(82,249,15); }

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