Html Css Color HEX #50F225 Harlequin

📋 copy color: '#50F225'

red 80 ◦ green 242 ◦ blue 37

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

Shades of Harlequin #50F225

Tints of Harlequin #50F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.31%

R = 22.28%
G = 67.41%
B = 10.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#50F225 (or 0x50F225) is known color: Harlequin. HEX triplet: 50, F2 and 25. RGB value is (80,242,37). Sum of RGB (Red+Green+Blue) = 80+242+37=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #50F225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F225 is #AF0DDA. Grayscale: #AAAAAA. Windows color (decimal): -11472347 or 2486864. OLE color: 2486864.

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

Color convert

RGB 80 242 37 -
CMYK 0.67 0 0.85 0.05
HSL 107.41º 0.89% 0.55% -
HSV(B) 107.41º 0.85% 0.95% -
XYZ 35.39 65.34 12.5 -
YUV 170.19 52.83 63.67 -
System Red Green Blue C M Y K H S L
Decimal 80 242 37 0.67 0 0.85 0.05 107.41 0.89 0.55
Hex 50 F2 25 43 0 55 5 6B 59 37
Octal 120 362 45 103 0 125 5 153 131 67
Binary 1010000 11110010 100101 1000011 0 1010101 101 1101011 1011001 110111

Color Harmonies of #50F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F225

Black with #50F225

Text Example


Text Example

White with #50F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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