Html Css Color HEX #50F925 Harlequin

📋 copy color: '#50F925'

red 80 ◦ green 249 ◦ blue 37

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

Shades of Harlequin #50F925

Tints of Harlequin #50F925

RGB

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

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

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

R = 21.86%
G = 68.03%
B = 10.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#50F925 (or 0x50F925) is known color: Harlequin. HEX triplet: 50, F9 and 25. RGB value is (80,249,37). Sum of RGB (Red+Green+Blue) = 80+249+37=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #50F925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F925 is #AF06DA. Grayscale: #AEAEAE. Windows color (decimal): -11470555 or 2488656. OLE color: 2488656.

HSL color Cylindrical-coordinate representation of color #50F925: hue angle of 107.83º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50F925 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 37 -
CMYK 0.68 0 0.85 0.02
HSL 107.83º 0.95% 0.56% -
HSV(B) 107.83º 0.85% 0.98% -
XYZ 37.52 69.59 13.21 -
YUV 174.3 50.51 60.74 -
System Red Green Blue C M Y K H S L
Decimal 80 249 37 0.68 0 0.85 0.02 107.83 0.95 0.56
Hex 50 F9 25 44 0 55 2 6C 5F 38
Octal 120 371 45 104 0 125 2 154 137 70
Binary 1010000 11111001 100101 1000100 0 1010101 10 1101100 1011111 111000

Color Harmonies of #50F925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F925

Black with #50F925

Text Example


Text Example

White with #50F925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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