Html Css Color HEX #50F229 Harlequin

📋 copy color: '#50F229'

red 80 ◦ green 242 ◦ blue 41

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

Shades of Harlequin #50F229

Tints of Harlequin #50F229

RGB

 RED value IS 80 (31.64% from 255) = 22.04%

 GREEN value IS 242 (94.92% from 255) = 66.67%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 22.04%
G = 66.67%
B = 11.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#50F229 (or 0x50F229) is known color: Harlequin. HEX triplet: 50, F2 and 29. RGB value is (80,242,41). Sum of RGB (Red+Green+Blue) = 80+242+41=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #50F229 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F229 is #AF0DD6. Grayscale: #ABABAB. Windows color (decimal): -11472343 or 2749008. OLE color: 2749008.

HSL color Cylindrical-coordinate representation of color #50F229: hue angle of 108.36º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50F229 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 41 -
CMYK 0.67 0 0.83 0.05
HSL 108.36º 0.89% 0.55% -
HSV(B) 108.36º 0.83% 0.95% -
XYZ 35.46 65.37 12.85 -
YUV 170.65 54.83 63.34 -
System Red Green Blue C M Y K H S L
Decimal 80 242 41 0.67 0 0.83 0.05 108.36 0.89 0.55
Hex 50 F2 29 43 0 53 5 6C 59 37
Octal 120 362 51 103 0 123 5 154 131 67
Binary 1010000 11110010 101001 1000011 0 1010011 101 1101100 1011001 110111

Color Harmonies of #50F229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F229

Black with #50F229

Text Example


Text Example

White with #50F229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50F229; }

 p { color: rgb(80,242,41); }

 H1.HeaderClassName
 {
   color: #50F229;
 }
 .AnyTagClassName
 {
   color: #50F229;
 }
</style>

background-color css

<style>
 a { background-color: #50F229; }

 a { background-color: rgb(80,242,41); }

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

border-color css

<style>
 span { border-color: #50F229; }

 span { border-color: rgb(80,242,41); }

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