Html Css Color HEX #52F123 Harlequin

📋 copy color: '#52F123'

red 82 ◦ green 241 ◦ blue 35

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

Shades of Harlequin #52F123

Tints of Harlequin #52F123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.32%

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 22.91%
G = 67.32%
B = 9.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#52F123 (or 0x52F123) is known color: Harlequin. HEX triplet: 52, F1 and 23. RGB value is (82,241,35). Sum of RGB (Red+Green+Blue) = 82+241+35=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #52F123 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F123 is #AD0EDC. Grayscale: #AAAAAA. Windows color (decimal): -11341533 or 2355538. OLE color: 2355538.

HSL color Cylindrical-coordinate representation of color #52F123: hue angle of 106.31º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52F123 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 35 -
CMYK 0.66 0 0.85 0.05
HSL 106.31º 0.88% 0.54% -
HSV(B) 106.31º 0.85% 0.95% -
XYZ 35.24 64.83 12.25 -
YUV 169.98 51.82 65.25 -
System Red Green Blue C M Y K H S L
Decimal 82 241 35 0.66 0 0.85 0.05 106.31 0.88 0.54
Hex 52 F1 23 42 0 55 5 6A 58 36
Octal 122 361 43 102 0 125 5 152 130 66
Binary 1010010 11110001 100011 1000010 0 1010101 101 1101010 1011000 110110

Color Harmonies of #52F123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F123

Black with #52F123

Text Example


Text Example

White with #52F123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,35); }

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

background-color css

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

 a { background-color: rgb(82,241,35); }

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

border-color css

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

 span { border-color: rgb(82,241,35); }

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