Html Css Color HEX #52FB15 Harlequin

📋 copy color: '#52FB15'

red 82 ◦ green 251 ◦ blue 21

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

Shades of Harlequin #52FB15

Tints of Harlequin #52FB15

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.9%

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 23.16%
G = 70.9%
B = 5.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#52FB15 (or 0x52FB15) is known color: Harlequin. HEX triplet: 52, FB and 15. RGB value is (82,251,21). Sum of RGB (Red+Green+Blue) = 82+251+21=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 251 (98.44% from 255 or 70.90% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FB15 is #AD04EA. Grayscale: #AFAFAF. Windows color (decimal): -11338987 or 1440594. OLE color: 1440594.

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

Color convert

RGB 82 251 21 -
CMYK 0.67 0 0.92 0.02
HSL 104.09º 0.97% 0.53% -
HSV(B) 104.09º 0.92% 0.98% -
XYZ 38.11 70.84 12.37 -
YUV 174.25 41.51 62.2 -
System Red Green Blue C M Y K H S L
Decimal 82 251 21 0.67 0 0.92 0.02 104.09 0.97 0.53
Hex 52 FB 15 43 0 5C 2 68 61 35
Octal 122 373 25 103 0 134 2 150 141 65
Binary 1010010 11111011 10101 1000011 0 1011100 10 1101000 1100001 110101

Color Harmonies of #52FB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FB15

Black with #52FB15

Text Example


Text Example

White with #52FB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,21); }

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

background-color css

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

 a { background-color: rgb(82,251,21); }

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

border-color css

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

 span { border-color: rgb(82,251,21); }

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