Html Css Color HEX #52F922 Harlequin

📋 copy color: '#52F922'

red 82 ◦ green 249 ◦ blue 34

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

Shades of Harlequin #52F922

Tints of Harlequin #52F922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.32%

R = 22.47%
G = 68.22%
B = 9.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#52F922 (or 0x52F922) is known color: Harlequin. HEX triplet: 52, F9 and 22. RGB value is (82,249,34). Sum of RGB (Red+Green+Blue) = 82+249+34=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #52F922 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F922 is #AD06DD. Grayscale: #AFAFAF. Windows color (decimal): -11339486 or 2292050. OLE color: 2292050.

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

Color convert

RGB 82 249 34 -
CMYK 0.67 0 0.86 0.02
HSL 106.6º 0.95% 0.55% -
HSV(B) 106.6º 0.86% 0.98% -
XYZ 37.64 69.66 12.98 -
YUV 174.56 48.67 61.98 -
System Red Green Blue C M Y K H S L
Decimal 82 249 34 0.67 0 0.86 0.02 106.6 0.95 0.55
Hex 52 F9 22 43 0 56 2 6B 5F 37
Octal 122 371 42 103 0 126 2 153 137 67
Binary 1010010 11111001 100010 1000011 0 1010110 10 1101011 1011111 110111

Color Harmonies of #52F922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F922

Black with #52F922

Text Example


Text Example

White with #52F922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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